Html Css Color HEX #04CBFF Deep Sky Blue

📋 copy color: '#04CBFF'

red 4 ◦ green 203 ◦ blue 255

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

Shades of Deep Sky Blue #04CBFF

Tints of Deep Sky Blue #04CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.94%

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

R = 0.87%
G = 43.94%
B = 55.19%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#04CBFF (or 0x04CBFF) is known color: Deep Sky Blue. HEX triplet: 04, CB and FF. RGB value is (4,203,255). Sum of RGB (Red+Green+Blue) = 4+203+255=462 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #04CBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CBFF is #FB3400. Grayscale: #959595. Windows color (decimal): -16462849 or 16763652. OLE color: 16763652.

HSL color Cylindrical-coordinate representation of color #04CBFF: hue angle of 192.43º 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 #04CBFF is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 203 255 -
CMYK 0.98 0.20 0 0
HSL 192.43º 1% 0.51% -
HSV(B) 192.43º 0.98% 1% -
XYZ 39.46 49.96 102.17 -
YUV 149.43 187.57 24.27 -
System Red Green Blue C M Y K H S L
Decimal 4 203 255 0.98 0.20 0 0 192.43 1 0.51
Hex 4 CB FF 62 14 0 0 C0 64 33
Octal 4 313 377 142 24 0 0 300 144 63
Binary 100 11001011 11111111 1100010 10100 0 0 11000000 1100100 110011

Color Harmonies of #04CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBFF

Black with #04CBFF

Text Example


Text Example

White with #04CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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