#0AC9EB

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

Shades of Deep Sky Blue #0AC9EB

Tints of Deep Sky Blue #0AC9EB

Color information

#0AC9EB (or 0x0AC9EB) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, C9 and EB. RGB value is (10,201,235). Sum of RGB (Red+Green+Blue) = 10+201+235=446 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AC9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC9EB is #F53614. Grayscale: #939393. Windows color (decimal): -16070165 or 15452426. OLE color: 15452426.

HSL color Cylindrical-coordinate representation of color #0AC9EB: hue angle of 189.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AC9EB is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10201235-
CMYK0.960.1400.08
HSL189.07º91.84%48.04%-
HSV(B)189.07º95.74%92.16%-
XYZ36.0147.8485.93-
YUV147.77177.2229.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.24%
GREEN value IS 201 (78.91% from 255) = 45.07%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=2.24%
G=45.07%
B=52.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102012350.960.1400.08189.0791.8448.04
HexAC9EB60E08bd5c30
Octal123113531401601027513460
Binary101011001001111010111100000111001000101111011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,201,235); }

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

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

 a { background-color: rgb(10,201,235); }

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

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

 span { border-color: rgb(10,201,235); }

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