Html Css Color HEX #09AAE6 Deep Sky Blue

📋 copy color: '#09AAE6'

red 9 ◦ green 170 ◦ blue 230

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

Shades of Deep Sky Blue #09AAE6

Tints of Deep Sky Blue #09AAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.23%

R = 2.2%
G = 41.56%
B = 56.23%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#09AAE6 (or 0x09AAE6) is known color: Deep Sky Blue. HEX triplet: 09, AA and E6. RGB value is (9,170,230). Sum of RGB (Red+Green+Blue) = 9+170+230=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #09AAE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AAE6 is #F65519. Grayscale: #808080. Windows color (decimal): -16143642 or 15116809. OLE color: 15116809.

HSL color Cylindrical-coordinate representation of color #09AAE6: hue angle of 196.29º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAE6 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 170 230 -
CMYK 0.96 0.26 0 0.10
HSL 196.29º 0.92% 0.47% -
HSV(B) 196.29º 0.96% 0.9% -
XYZ 28.77 34.52 80.01 -
YUV 128.7 185.16 42.62 -
System Red Green Blue C M Y K H S L
Decimal 9 170 230 0.96 0.26 0 0.10 196.29 0.92 0.47
Hex 9 AA E6 60 1A 0 A C4 5C 2F
Octal 11 252 346 140 32 0 12 304 134 57
Binary 1001 10101010 11100110 1100000 11010 0 1010 11000100 1011100 101111

Color Harmonies of #09AAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAE6

Black with #09AAE6

Text Example


Text Example

White with #09AAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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