Html Css Color HEX #04CCFF Deep Sky Blue

📋 copy color: '#04CCFF'

red 4 ◦ green 204 ◦ blue 255

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

Shades of Deep Sky Blue #04CCFF

Tints of Deep Sky Blue #04CCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 0.86%
G = 44.06%
B = 55.08%

CMYK

 C value IS 0.98

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#04CCFF (or 0x04CCFF) is known color: Deep Sky Blue. HEX triplet: 04, CC and FF. RGB value is (4,204,255). Sum of RGB (Red+Green+Blue) = 4+204+255=463 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #04CCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CCFF is #FB3300. Grayscale: #959595. Windows color (decimal): -16462593 or 16763908. OLE color: 16763908.

HSL color Cylindrical-coordinate representation of color #04CCFF: hue angle of 192.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CCFF is Cyan = 0.98, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 204 255 -
CMYK 0.98 0.2 0 0
HSL 192.19º 1% 0.51% -
HSV(B) 192.19º 0.98% 1% -
XYZ 39.69 50.43 102.25 -
YUV 150.01 187.24 23.85 -
System Red Green Blue C M Y K H S L
Decimal 4 204 255 0.98 0.2 0 0 192.19 1 0.51
Hex 4 CC FF 62 14 0 0 C0 64 33
Octal 4 314 377 142 24 0 0 300 144 63
Binary 100 11001100 11111111 1100010 10100 0 0 11000000 1100100 110011

Color Harmonies of #04CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CCFF

Black with #04CCFF

Text Example


Text Example

White with #04CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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