#02C6EB

Color #02C6EB Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #02C6EB

Tints of Deep Sky Blue #02C6EB

Color information

#02C6EB (or 0x02C6EB) is unknown color: approx Deep Sky Blue. HEX triplet: 02, C6 and EB. RGB value is (2,198,235). Sum of RGB (Red+Green+Blue) = 2+198+235=435 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #02C6EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C6EB is #FD3914. Grayscale: #8F8F8F. Windows color (decimal): -16595221 or 15451650. OLE color: 15451650.

HSL color Cylindrical-coordinate representation of color #02C6EB: hue angle of 189.53º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C6EB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2198235-
CMYK0.990.1600.08
HSL189.53º98.31%46.47%-
HSV(B)189.53º99.15%92.16%-
XYZ35.2146.485.7-
YUV143.61179.5726.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.46%
GREEN value IS 198 (77.73% from 255) = 45.52%
BLUE value IS 235 (92.19% from 255) = 54.02%
R=0.46%
G=45.52%
B=54.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21982350.990.1600.08189.5398.3146.47
Hex2C6EB631008be622e
Octal23063531432001027614256
Binary10110001101110101111000111000001000101111101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02C6EB;
 }
 .AnyTagClassName
 {
   color: #02C6EB;
 }
</style>
background-color css

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

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

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

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

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

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