#0AA6E6

Color #0AA6E6 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0AA6E6

Tints of Deep Sky Blue #0AA6E6

Color information

#0AA6E6 (or 0x0AA6E6) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, A6 and E6. RGB value is (10,166,230). Sum of RGB (Red+Green+Blue) = 10+166+230=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #0AA6E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA6E6 is #F55919. Grayscale: #7E7E7E. Windows color (decimal): -16079130 or 15115786. OLE color: 15115786.

HSL color Cylindrical-coordinate representation of color #0AA6E6: hue angle of 197.45º 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 #0AA6E6 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10166230-
CMYK0.960.2800.10
HSL197.45º91.67%47.06%-
HSV(B)197.45º95.65%90.2%-
XYZ28.0433.0579.76-
YUV126.65186.3244.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.46%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 230 (90.23% from 255) = 56.65%
R=2.46%
G=40.89%
B=56.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal101662300.960.2800.10197.4591.6747.06
HexAA6E6601C0Ac55c2f
Octal122463461403401230513457
Binary1010101001101110011011000001110001010110001011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,166,230); }

 H1.HeaderClassName
 {
   color: #0AA6E6;
 }
 .AnyTagClassName
 {
   color: #0AA6E6;
 }
</style>
background-color css

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

 a { background-color: rgb(10,166,230); }

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

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

 span { border-color: rgb(10,166,230); }

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