Html Css Color HEX #04C2FF Deep Sky Blue

📋 copy color: '#04C2FF'

red 4 ◦ green 194 ◦ blue 255

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

Shades of Deep Sky Blue #04C2FF

Tints of Deep Sky Blue #04C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

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

R = 0.88%
G = 42.83%
B = 56.29%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#04C2FF (or 0x04C2FF) is known color: Deep Sky Blue. HEX triplet: 04, C2 and FF. RGB value is (4,194,255). Sum of RGB (Red+Green+Blue) = 4+194+255=453 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #04C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04C2FF is #FB3D00. Grayscale: #8F8F8F. Windows color (decimal): -16465153 or 16761348. OLE color: 16761348.

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

Color convert

RGB 4 194 255 -
CMYK 0.98 0.24 0 0
HSL 194.58º 1% 0.51% -
HSV(B) 194.58º 0.98% 1% -
XYZ 37.39 45.83 101.48 -
YUV 144.14 190.55 28.04 -
System Red Green Blue C M Y K H S L
Decimal 4 194 255 0.98 0.24 0 0 194.58 1 0.51
Hex 4 C2 FF 62 18 0 0 C3 64 33
Octal 4 302 377 142 30 0 0 303 144 63
Binary 100 11000010 11111111 1100010 11000 0 0 11000011 1100100 110011

Color Harmonies of #04C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C2FF

Black with #04C2FF

Text Example


Text Example

White with #04C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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