#0AB0F2

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

Shades of Deep Sky Blue #0AB0F2

Tints of Deep Sky Blue #0AB0F2

Color information

#0AB0F2 (or 0x0AB0F2) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, B0 and F2. RGB value is (10,176,242). Sum of RGB (Red+Green+Blue) = 10+176+242=428 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 242 (94.92% from 255 or 56.54% from 428); Max value from RGB is 242 - color contains mainly: blue. Hex color #0AB0F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AB0F2 is #F54F0D. Grayscale: #858585. Windows color (decimal): -16076558 or 15904778. OLE color: 15904778.

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

Color convert

RGB10176242-
CMYK0.960.2700.05
HSL197.07º92.06%49.41%-
HSV(B)197.07º95.87%94.9%-
XYZ31.6837.5389.58-
YUV133.8918939.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.34%
GREEN value IS 176 (69.14% from 255) = 41.12%
BLUE value IS 242 (94.92% from 255) = 56.54%
R=2.34%
G=41.12%
B=56.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal101762420.960.2700.05197.0792.0649.41
HexAB0F2601B05c55c31
Octal12260362140330530513461
Binary101010110000111100101100000110110101110001011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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