Html Css Color HEX #04CBFB Deep Sky Blue

📋 copy color: '#04CBFB'

red 4 ◦ green 203 ◦ blue 251

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

Shades of Deep Sky Blue #04CBFB

Tints of Deep Sky Blue #04CBFB

RGB

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

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

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

R = 0.87%
G = 44.32%
B = 54.8%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#04CBFB (or 0x04CBFB) is known color: Deep Sky Blue. HEX triplet: 04, CB and FB. RGB value is (4,203,251). Sum of RGB (Red+Green+Blue) = 4+203+251=458 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #04CBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CBFB is #FB3404. Grayscale: #949494. Windows color (decimal): -16462853 or 16501508. OLE color: 16501508.

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

Color convert

RGB 4 203 251 -
CMYK 0.98 0.19 0 0.02
HSL 191.66º 0.97% 0.5% -
HSV(B) 191.66º 0.98% 0.98% -
XYZ 38.82 49.7 98.81 -
YUV 148.97 185.57 24.6 -
System Red Green Blue C M Y K H S L
Decimal 4 203 251 0.98 0.19 0 0.02 191.66 0.97 0.5
Hex 4 CB FB 62 13 0 2 C0 61 32
Octal 4 313 373 142 23 0 2 300 141 62
Binary 100 11001011 11111011 1100010 10011 0 10 11000000 1100001 110010

Color Harmonies of #04CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBFB

Black with #04CBFB

Text Example


Text Example

White with #04CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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