#0ABEE9

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

Shades of Deep Sky Blue #0ABEE9

Tints of Deep Sky Blue #0ABEE9

Color information

#0ABEE9 (or 0x0ABEE9) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, BE and E9. RGB value is (10,190,233). Sum of RGB (Red+Green+Blue) = 10+190+233=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #0ABEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABEE9 is #F54116. Grayscale: #8C8C8C. Windows color (decimal): -16072983 or 15318538. OLE color: 15318538.

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

Color convert

RGB10190233-
CMYK0.960.1800.09
HSL191.57º91.77%47.65%-
HSV(B)191.57º95.71%91.37%-
XYZ33.2542.7783.59-
YUV141.08179.8734.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.31%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 233 (91.41% from 255) = 53.81%
R=2.31%
G=43.88%
B=53.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal101902330.960.1800.09191.5791.7747.65
HexABEE9601209c05c30
Octal122763511402201130013460
Binary1010101111101110100111000001001001001110000001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,190,233); }

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

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

 a { background-color: rgb(10,190,233); }

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

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

 span { border-color: rgb(10,190,233); }

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