Html Css Color HEX #02C0EC Deep Sky Blue

📋 copy color: '#02C0EC'

red 2 ◦ green 192 ◦ blue 236

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

Shades of Deep Sky Blue #02C0EC

Tints of Deep Sky Blue #02C0EC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

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

R = 0.47%
G = 44.65%
B = 54.88%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02C0EC (or 0x02C0EC) is known color: Deep Sky Blue. HEX triplet: 02, C0 and EC. RGB value is (2,192,236). Sum of RGB (Red+Green+Blue) = 2+192+236=430 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #02C0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C0EC is #FD3F13. Grayscale: #8B8B8B. Windows color (decimal): -16596756 or 15515650. OLE color: 15515650.

HSL color Cylindrical-coordinate representation of color #02C0EC: hue angle of 191.28º 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 #02C0EC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 192 236 -
CMYK 0.99 0.19 0 0.07
HSL 191.28º 0.98% 0.47% -
HSV(B) 191.28º 0.99% 0.93% -
XYZ 34.02 43.77 86.01 -
YUV 140.21 182.05 29.42 -
System Red Green Blue C M Y K H S L
Decimal 2 192 236 0.99 0.19 0 0.07 191.28 0.98 0.47
Hex 2 C0 EC 63 13 0 7 BF 62 2F
Octal 2 300 354 143 23 0 7 277 142 57
Binary 10 11000000 11101100 1100011 10011 0 111 10111111 1100010 101111

Color Harmonies of #02C0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C0EC

Black with #02C0EC

Text Example


Text Example

White with #02C0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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