#0AB0F5

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

Shades of Deep Sky Blue #0AB0F5

Tints of Deep Sky Blue #0AB0F5

Color information

#0AB0F5 (or 0x0AB0F5) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, B0 and F5. RGB value is (10,176,245). Sum of RGB (Red+Green+Blue) = 10+176+245=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 245 (96.09% from 255 or 56.84% from 431); Max value from RGB is 245 - color contains mainly: blue. Hex color #0AB0F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AB0F5 is #F54F0A. Grayscale: #858585. Windows color (decimal): -16076555 or 16101386. OLE color: 16101386.

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

Color convert

RGB10176245-
CMYK0.960.2800.04
HSL197.62º92.16%50%-
HSV(B)197.62º95.92%96.08%-
XYZ32.1337.7191.97-
YUV134.23190.539.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.32%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 245 (96.09% from 255) = 56.84%
R=2.32%
G=40.84%
B=56.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal101762450.960.2800.04197.6292.1650
HexAB0F5601C04c65c32
Octal12260365140340430613462
Binary101010110000111101011100000111000100110001101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,176,245); }

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

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

 a { background-color: rgb(10,176,245); }

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

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

 span { border-color: rgb(10,176,245); }

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