Html Css Color HEX #02A8F6 Deep Sky Blue

📋 copy color: '#02A8F6'

red 2 ◦ green 168 ◦ blue 246

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

Shades of Deep Sky Blue #02A8F6

Tints of Deep Sky Blue #02A8F6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

 BLUE value IS 246 (96.48% from 255) = 59.13%

R = 0.48%
G = 40.38%
B = 59.13%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#02A8F6 (or 0x02A8F6) is known color: Deep Sky Blue. HEX triplet: 02, A8 and F6. RGB value is (2,168,246). Sum of RGB (Red+Green+Blue) = 2+168+246=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 246 (96.48% from 255 or 59.13% from 416); Max value from RGB is 246 - color contains mainly: blue. Hex color #02A8F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A8F6 is #FD5709. Grayscale: #7E7E7E. Windows color (decimal): -16602890 or 16164866. OLE color: 16164866.

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

Color convert

RGB 2 168 246 -
CMYK 0.99 0.32 0 0.04
HSL 199.18º 0.98% 0.49% -
HSV(B) 199.18º 0.99% 0.96% -
XYZ 30.66 34.67 92.27 -
YUV 127.26 195 38.66 -
System Red Green Blue C M Y K H S L
Decimal 2 168 246 0.99 0.32 0 0.04 199.18 0.98 0.49
Hex 2 A8 F6 63 20 0 4 C7 62 31
Octal 2 250 366 143 40 0 4 307 142 61
Binary 10 10101000 11110110 1100011 100000 0 100 11000111 1100010 110001

Color Harmonies of #02A8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A8F6

Black with #02A8F6

Text Example


Text Example

White with #02A8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,168,246); }

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

background-color css

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

 a { background-color: rgb(2,168,246); }

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

border-color css

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

 span { border-color: rgb(2,168,246); }

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