#0AB6F3

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

Shades of Deep Sky Blue #0AB6F3

Tints of Deep Sky Blue #0AB6F3

Color information

#0AB6F3 (or 0x0AB6F3) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, B6 and F3. RGB value is (10,182,243). Sum of RGB (Red+Green+Blue) = 10+182+243=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #0AB6F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB6F3 is #F5490C. Grayscale: #898989. Windows color (decimal): -16075021 or 15971850. OLE color: 15971850.

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

Color convert

RGB10182243-
CMYK0.960.2500.05
HSL195.71º92.09%49.61%-
HSV(B)195.71º95.88%95.29%-
XYZ33.0339.9990.77-
YUV137.53187.5237.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.30%
GREEN value IS 182 (71.48% from 255) = 41.84%
BLUE value IS 243 (95.31% from 255) = 55.86%
R=2.30%
G=41.84%
B=55.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal101822430.960.2500.05195.7192.0949.61
HexAB6F3601905c45c32
Octal12266363140310530413462
Binary101010110110111100111100000110010101110001001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,182,243); }

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

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

 a { background-color: rgb(10,182,243); }

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

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

 span { border-color: rgb(10,182,243); }

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