Html Css Color HEX #04DFFC Aqua

📋 copy color: '#04DFFC'

red 4 ◦ green 223 ◦ blue 252

#04DFFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #04DFFC

Tints of Aqua #04DFFC

RGB

 RED value IS 4 (1.95% from 255) = 0.84%

 GREEN value IS 223 (87.5% from 255) = 46.56%

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 0.84%
G = 46.56%
B = 52.61%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04DFFC (or 0x04DFFC) is known color: Aqua. HEX triplet: 04, DF and FC. RGB value is (4,223,252). Sum of RGB (Red+Green+Blue) = 4+223+252=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #04DFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DFFC is #FB2003. Grayscale: #A0A0A0. Windows color (decimal): -16457732 or 16572164. OLE color: 16572164.

HSL color Cylindrical-coordinate representation of color #04DFFC: hue angle of 187.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFFC is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 223 252 -
CMYK 0.98 0.12 0 0.01
HSL 187.02º 0.98% 0.5% -
HSV(B) 187.02º 0.98% 0.99% -
XYZ 44.01 59.83 101.32 -
YUV 160.83 179.45 16.14 -
System Red Green Blue C M Y K H S L
Decimal 4 223 252 0.98 0.12 0 0.01 187.02 0.98 0.5
Hex 4 DF FC 62 C 0 1 BB 62 32
Octal 4 337 374 142 14 0 1 273 142 62
Binary 100 11011111 11111100 1100010 1100 0 1 10111011 1100010 110010

Color Harmonies of #04DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFFC

Black with #04DFFC

Text Example


Text Example

White with #04DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04DFFC; }

 p { color: rgb(4,223,252); }

 H1.HeaderClassName
 {
   color: #04DFFC;
 }
 .AnyTagClassName
 {
   color: #04DFFC;
 }
</style>

background-color css

<style>
 a { background-color: #04DFFC; }

 a { background-color: rgb(4,223,252); }

 div.DivClassName
 {
   background-color: #04DFFC;
 }
 .BgClassName
 {
   background-color: #04DFFC;
 }
</style>

border-color css

<style>
 span { border-color: #04DFFC; }

 span { border-color: rgb(4,223,252); }

 td.TdClassName
 {
   border-color: #04DFFC;
 }
 .TagClassName
 {
   border-color: #04DFFC;
 }
</style>