Html Css Color HEX #08AAF4 Deep Sky Blue

📋 copy color: '#08AAF4'

red 8 ◦ green 170 ◦ blue 244

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

Shades of Deep Sky Blue #08AAF4

Tints of Deep Sky Blue #08AAF4

RGB

 RED value IS 8 (3.52% from 255) = 1.9%

 GREEN value IS 170 (66.8% from 255) = 40.28%

 BLUE value IS 244 (95.7% from 255) = 57.82%

R = 1.9%
G = 40.28%
B = 57.82%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#08AAF4 (or 0x08AAF4) is known color: Deep Sky Blue. HEX triplet: 08, AA and F4. RGB value is (8,170,244). Sum of RGB (Red+Green+Blue) = 8+170+244=422 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 244 (95.70% from 255 or 57.82% from 422); Max value from RGB is 244 - color contains mainly: blue. Hex color #08AAF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08AAF4 is #F7550B. Grayscale: #818181. Windows color (decimal): -16209164 or 16034312. OLE color: 16034312.

HSL color Cylindrical-coordinate representation of color #08AAF4: hue angle of 198.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08AAF4 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 170 244 -
CMYK 0.97 0.30 0 0.04
HSL 198.81º 0.94% 0.49% -
HSV(B) 198.81º 0.97% 0.96% -
XYZ 30.8 35.33 90.78 -
YUV 130 192.33 40.98 -
System Red Green Blue C M Y K H S L
Decimal 8 170 244 0.97 0.30 0 0.04 198.81 0.94 0.49
Hex 8 AA F4 61 1E 0 4 C7 5E 31
Octal 10 252 364 141 36 0 4 307 136 61
Binary 1000 10101010 11110100 1100001 11110 0 100 11000111 1011110 110001

Color Harmonies of #08AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AAF4

Black with #08AAF4

Text Example


Text Example

White with #08AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08AAF4; }

 p { color: rgb(8,170,244); }

 H1.HeaderClassName
 {
   color: #08AAF4;
 }
 .AnyTagClassName
 {
   color: #08AAF4;
 }
</style>

background-color css

<style>
 a { background-color: #08AAF4; }

 a { background-color: rgb(8,170,244); }

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

border-color css

<style>
 span { border-color: #08AAF4; }

 span { border-color: rgb(8,170,244); }

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