Html Css Color HEX #04CCEC Deep Sky Blue

📋 copy color: '#04CCEC'

red 4 ◦ green 204 ◦ blue 236

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

Shades of Deep Sky Blue #04CCEC

Tints of Deep Sky Blue #04CCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

 BLUE value IS 236 (92.58% from 255) = 53.15%

R = 0.9%
G = 45.95%
B = 53.15%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04CCEC (or 0x04CCEC) is known color: Deep Sky Blue. HEX triplet: 04, CC and EC. RGB value is (4,204,236). Sum of RGB (Red+Green+Blue) = 4+204+236=444 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #04CCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CCEC is #FB3313. Grayscale: #939393. Windows color (decimal): -16462612 or 15518724. OLE color: 15518724.

HSL color Cylindrical-coordinate representation of color #04CCEC: hue angle of 188.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CCEC is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 204 236 -
CMYK 0.98 0.14 0 0.07
HSL 188.28º 0.97% 0.47% -
HSV(B) 188.28º 0.98% 0.93% -
XYZ 36.78 49.27 86.93 -
YUV 147.85 177.74 25.4 -
System Red Green Blue C M Y K H S L
Decimal 4 204 236 0.98 0.14 0 0.07 188.28 0.97 0.47
Hex 4 CC EC 62 E 0 7 BC 61 2F
Octal 4 314 354 142 16 0 7 274 141 57
Binary 100 11001100 11101100 1100010 1110 0 111 10111100 1100001 101111

Color Harmonies of #04CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CCEC

Black with #04CCEC

Text Example


Text Example

White with #04CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,204,236); }

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

background-color css

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

 a { background-color: rgb(4,204,236); }

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

border-color css

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

 span { border-color: rgb(4,204,236); }

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