Html Css Color HEX #09AAF6 Deep Sky Blue

📋 copy color: '#09AAF6'

red 9 ◦ green 170 ◦ blue 246

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

Shades of Deep Sky Blue #09AAF6

Tints of Deep Sky Blue #09AAF6

RGB

 RED value IS 9 (3.91% from 255) = 2.12%

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

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

R = 2.12%
G = 40%
B = 57.88%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#09AAF6 (or 0x09AAF6) is known color: Deep Sky Blue. HEX triplet: 09, AA and F6. RGB value is (9,170,246). Sum of RGB (Red+Green+Blue) = 9+170+246=425 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.12% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #09AAF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AAF6 is #F65509. Grayscale: #828282. Windows color (decimal): -16143626 or 16165385. OLE color: 16165385.

HSL color Cylindrical-coordinate representation of color #09AAF6: hue angle of 199.24º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAF6 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 170 246 -
CMYK 0.96 0.31 0 0.04
HSL 199.24º 0.93% 0.5% -
HSV(B) 199.24º 0.96% 0.96% -
XYZ 31.12 35.46 92.39 -
YUV 130.53 193.16 41.32 -
System Red Green Blue C M Y K H S L
Decimal 9 170 246 0.96 0.31 0 0.04 199.24 0.93 0.5
Hex 9 AA F6 60 1F 0 4 C7 5D 32
Octal 11 252 366 140 37 0 4 307 135 62
Binary 1001 10101010 11110110 1100000 11111 0 100 11000111 1011101 110010

Color Harmonies of #09AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAF6

Black with #09AAF6

Text Example


Text Example

White with #09AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09AAF6; }

 p { color: rgb(9,170,246); }

 H1.HeaderClassName
 {
   color: #09AAF6;
 }
 .AnyTagClassName
 {
   color: #09AAF6;
 }
</style>

background-color css

<style>
 a { background-color: #09AAF6; }

 a { background-color: rgb(9,170,246); }

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

border-color css

<style>
 span { border-color: #09AAF6; }

 span { border-color: rgb(9,170,246); }

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