Html Css Color HEX #04CAFB Deep Sky Blue

📋 copy color: '#04CAFB'

red 4 ◦ green 202 ◦ blue 251

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

Shades of Deep Sky Blue #04CAFB

Tints of Deep Sky Blue #04CAFB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.2%

 BLUE value IS 251 (98.44% from 255) = 54.92%

R = 0.88%
G = 44.2%
B = 54.92%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#04CAFB (or 0x04CAFB) is known color: Deep Sky Blue. HEX triplet: 04, CA and FB. RGB value is (4,202,251). Sum of RGB (Red+Green+Blue) = 4+202+251=457 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #04CAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CAFB is #FB3504. Grayscale: #939393. Windows color (decimal): -16463109 or 16501252. OLE color: 16501252.

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

Color convert

RGB 4 202 251 -
CMYK 0.98 0.20 0 0.02
HSL 191.9º 0.97% 0.5% -
HSV(B) 191.9º 0.98% 0.98% -
XYZ 38.58 49.23 98.74 -
YUV 148.38 185.9 25.02 -
System Red Green Blue C M Y K H S L
Decimal 4 202 251 0.98 0.20 0 0.02 191.9 0.97 0.5
Hex 4 CA FB 62 14 0 2 C0 61 32
Octal 4 312 373 142 24 0 2 300 141 62
Binary 100 11001010 11111011 1100010 10100 0 10 11000000 1100001 110010

Color Harmonies of #04CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CAFB

Black with #04CAFB

Text Example


Text Example

White with #04CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,202,251); }

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

background-color css

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

 a { background-color: rgb(4,202,251); }

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

border-color css

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

 span { border-color: rgb(4,202,251); }

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