Html Css Color HEX #02C6EC Deep Sky Blue

📋 copy color: '#02C6EC'

red 2 ◦ green 198 ◦ blue 236

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

Shades of Deep Sky Blue #02C6EC

Tints of Deep Sky Blue #02C6EC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

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

R = 0.46%
G = 45.41%
B = 54.13%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02C6EC (or 0x02C6EC) is known color: Deep Sky Blue. HEX triplet: 02, C6 and EC. RGB value is (2,198,236). Sum of RGB (Red+Green+Blue) = 2+198+236=436 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #02C6EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C6EC is #FD3913. Grayscale: #8F8F8F. Windows color (decimal): -16595220 or 15517186. OLE color: 15517186.

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

Color convert

RGB 2 198 236 -
CMYK 0.99 0.16 0 0.07
HSL 189.74º 0.98% 0.47% -
HSV(B) 189.74º 0.99% 0.93% -
XYZ 35.36 46.46 86.46 -
YUV 143.73 180.07 26.91 -
System Red Green Blue C M Y K H S L
Decimal 2 198 236 0.99 0.16 0 0.07 189.74 0.98 0.47
Hex 2 C6 EC 63 10 0 7 BE 62 2F
Octal 2 306 354 143 20 0 7 276 142 57
Binary 10 11000110 11101100 1100011 10000 0 111 10111110 1100010 101111

Color Harmonies of #02C6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C6EC

Black with #02C6EC

Text Example


Text Example

White with #02C6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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