Html Css Color HEX #0AA9EE Deep Sky Blue

📋 copy color: '#0AA9EE'

red 10 ◦ green 169 ◦ blue 238

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

Shades of Deep Sky Blue #0AA9EE

Tints of Deep Sky Blue #0AA9EE

RGB

 RED value IS 10 (4.3% from 255) = 2.4%

 GREEN value IS 169 (66.41% from 255) = 40.53%

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 2.4%
G = 40.53%
B = 57.07%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0AA9EE (or 0x0AA9EE) is known color: Deep Sky Blue. HEX triplet: 0A, A9 and EE. RGB value is (10,169,238). Sum of RGB (Red+Green+Blue) = 10+169+238=417 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #0AA9EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA9EE is #F55611. Grayscale: #808080. Windows color (decimal): -16078354 or 15640842. OLE color: 15640842.

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

Color convert

RGB 10 169 238 -
CMYK 0.96 0.29 0 0.07
HSL 198.16º 0.92% 0.49% -
HSV(B) 198.16º 0.96% 0.93% -
XYZ 29.75 34.61 86 -
YUV 129.33 189.32 42.89 -
System Red Green Blue C M Y K H S L
Decimal 10 169 238 0.96 0.29 0 0.07 198.16 0.92 0.49
Hex A A9 EE 60 1D 0 7 C6 5C 31
Octal 12 251 356 140 35 0 7 306 134 61
Binary 1010 10101001 11101110 1100000 11101 0 111 11000110 1011100 110001

Color Harmonies of #0AA9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA9EE

Black with #0AA9EE

Text Example


Text Example

White with #0AA9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AA9EE; }

 p { color: rgb(10,169,238); }

 H1.HeaderClassName
 {
   color: #0AA9EE;
 }
 .AnyTagClassName
 {
   color: #0AA9EE;
 }
</style>

background-color css

<style>
 a { background-color: #0AA9EE; }

 a { background-color: rgb(10,169,238); }

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

border-color css

<style>
 span { border-color: #0AA9EE; }

 span { border-color: rgb(10,169,238); }

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