Html Css Color HEX #02C6ED Deep Sky Blue

📋 copy color: '#02C6ED'

red 2 ◦ green 198 ◦ blue 237

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

Shades of Deep Sky Blue #02C6ED

Tints of Deep Sky Blue #02C6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 0.46%
G = 45.31%
B = 54.23%

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

#02C6ED (or 0x02C6ED) is known color: Deep Sky Blue. HEX triplet: 02, C6 and ED. RGB value is (2,198,237). Sum of RGB (Red+Green+Blue) = 2+198+237=437 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #02C6ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C6ED is #FD3912. Grayscale: #8F8F8F. Windows color (decimal): -16595219 or 15582722. OLE color: 15582722.

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

Color convert

RGB 2 198 237 -
CMYK 0.99 0.16 0 0.07
HSL 189.96º 0.98% 0.47% -
HSV(B) 189.96º 0.99% 0.93% -
XYZ 35.51 46.52 87.23 -
YUV 143.84 180.57 26.83 -
System Red Green Blue C M Y K H S L
Decimal 2 198 237 0.99 0.16 0 0.07 189.96 0.98 0.47
Hex 2 C6 ED 63 10 0 7 BE 62 2F
Octal 2 306 355 143 20 0 7 276 142 57
Binary 10 11000110 11101101 1100011 10000 0 111 10111110 1100010 101111

Color Harmonies of #02C6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C6ED

Black with #02C6ED

Text Example


Text Example

White with #02C6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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