Html Css Color HEX #02C6F8 Deep Sky Blue

📋 copy color: '#02C6F8'

red 2 ◦ green 198 ◦ blue 248

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

Shades of Deep Sky Blue #02C6F8

Tints of Deep Sky Blue #02C6F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 55.36%

R = 0.45%
G = 44.2%
B = 55.36%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#02C6F8 (or 0x02C6F8) is known color: Deep Sky Blue. HEX triplet: 02, C6 and F8. RGB value is (2,198,248). Sum of RGB (Red+Green+Blue) = 2+198+248=448 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #02C6F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C6F8 is #FD3907. Grayscale: #909090. Windows color (decimal): -16595208 or 16303618. OLE color: 16303618.

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

Color convert

RGB 2 198 248 -
CMYK 0.99 0.20 0 0.03
HSL 192.2º 0.98% 0.49% -
HSV(B) 192.2º 0.99% 0.97% -
XYZ 37.16 47.18 95.95 -
YUV 145.1 186.07 25.93 -
System Red Green Blue C M Y K H S L
Decimal 2 198 248 0.99 0.20 0 0.03 192.2 0.98 0.49
Hex 2 C6 F8 63 14 0 3 C0 62 31
Octal 2 306 370 143 24 0 3 300 142 61
Binary 10 11000110 11111000 1100011 10100 0 11 11000000 1100010 110001

Color Harmonies of #02C6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C6F8

Black with #02C6F8

Text Example


Text Example

White with #02C6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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