Html Css Color HEX #09AAED Deep Sky Blue

📋 copy color: '#09AAED'

red 9 ◦ green 170 ◦ blue 237

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

Shades of Deep Sky Blue #09AAED

Tints of Deep Sky Blue #09AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.97%

R = 2.16%
G = 40.87%
B = 56.97%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09AAED (or 0x09AAED) is known color: Deep Sky Blue. HEX triplet: 09, AA and ED. RGB value is (9,170,237). Sum of RGB (Red+Green+Blue) = 9+170+237=416 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #09AAED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AAED is #F65512. Grayscale: #818181. Windows color (decimal): -16143635 or 15575561. OLE color: 15575561.

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

Color convert

RGB 9 170 237 -
CMYK 0.96 0.28 0 0.07
HSL 197.63º 0.93% 0.48% -
HSV(B) 197.63º 0.96% 0.93% -
XYZ 29.77 34.92 85.29 -
YUV 129.5 188.66 42.05 -
System Red Green Blue C M Y K H S L
Decimal 9 170 237 0.96 0.28 0 0.07 197.63 0.93 0.48
Hex 9 AA ED 60 1C 0 7 C6 5D 30
Octal 11 252 355 140 34 0 7 306 135 60
Binary 1001 10101010 11101101 1100000 11100 0 111 11000110 1011101 110000

Color Harmonies of #09AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAED

Black with #09AAED

Text Example


Text Example

White with #09AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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