Html Css Color HEX #02C6F9 Deep Sky Blue

📋 copy color: '#02C6F9'

red 2 ◦ green 198 ◦ blue 249

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

Shades of Deep Sky Blue #02C6F9

Tints of Deep Sky Blue #02C6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.46%

R = 0.45%
G = 44.1%
B = 55.46%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#02C6F9 (or 0x02C6F9) is known color: Deep Sky Blue. HEX triplet: 02, C6 and F9. RGB value is (2,198,249). Sum of RGB (Red+Green+Blue) = 2+198+249=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #02C6F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C6F9 is #FD3906. Grayscale: #909090. Windows color (decimal): -16595207 or 16369154. OLE color: 16369154.

HSL color Cylindrical-coordinate representation of color #02C6F9: hue angle of 192.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C6F9 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 198 249 -
CMYK 0.99 0.20 0 0.02
HSL 192.39º 0.98% 0.49% -
HSV(B) 192.39º 0.99% 0.98% -
XYZ 37.32 47.24 96.77 -
YUV 145.21 186.57 25.85 -
System Red Green Blue C M Y K H S L
Decimal 2 198 249 0.99 0.20 0 0.02 192.39 0.98 0.49
Hex 2 C6 F9 63 14 0 2 C0 62 31
Octal 2 306 371 143 24 0 2 300 142 61
Binary 10 11000110 11111001 1100011 10100 0 10 11000000 1100010 110001

Color Harmonies of #02C6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C6F9

Black with #02C6F9

Text Example


Text Example

White with #02C6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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