Html Css Color HEX #02CFEC Deep Sky Blue

📋 copy color: '#02CFEC'

red 2 ◦ green 207 ◦ blue 236

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

Shades of Deep Sky Blue #02CFEC

Tints of Deep Sky Blue #02CFEC

RGB

 RED value IS 2 (1.17% from 255) = 0.45%

 GREEN value IS 207 (81.25% from 255) = 46.52%

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 0.45%
G = 46.52%
B = 53.03%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02CFEC (or 0x02CFEC) is known color: Deep Sky Blue. HEX triplet: 02, CF and EC. RGB value is (2,207,236). Sum of RGB (Red+Green+Blue) = 2+207+236=445 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #02CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CFEC is #FD3013. Grayscale: #949494. Windows color (decimal): -16592916 or 15519490. OLE color: 15519490.

HSL color Cylindrical-coordinate representation of color #02CFEC: hue angle of 187.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CFEC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 207 236 -
CMYK 0.99 0.12 0 0.07
HSL 187.44º 0.98% 0.47% -
HSV(B) 187.44º 0.99% 0.93% -
XYZ 37.48 50.69 87.17 -
YUV 149.01 177.08 23.14 -
System Red Green Blue C M Y K H S L
Decimal 2 207 236 0.99 0.12 0 0.07 187.44 0.98 0.47
Hex 2 CF EC 63 C 0 7 BB 62 2F
Octal 2 317 354 143 14 0 7 273 142 57
Binary 10 11001111 11101100 1100011 1100 0 111 10111011 1100010 101111

Color Harmonies of #02CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CFEC

Black with #02CFEC

Text Example


Text Example

White with #02CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02CFEC; }

 p { color: rgb(2,207,236); }

 H1.HeaderClassName
 {
   color: #02CFEC;
 }
 .AnyTagClassName
 {
   color: #02CFEC;
 }
</style>

background-color css

<style>
 a { background-color: #02CFEC; }

 a { background-color: rgb(2,207,236); }

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

border-color css

<style>
 span { border-color: #02CFEC; }

 span { border-color: rgb(2,207,236); }

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