#0AD9FC

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

Shades of Deep Sky Blue #0AD9FC

Tints of Deep Sky Blue #0AD9FC

Color information

#0AD9FC (or 0x0AD9FC) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, D9 and FC. RGB value is (10,217,252). Sum of RGB (Red+Green+Blue) = 10+217+252=479 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.09% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AD9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD9FC is #F52603. Grayscale: #9E9E9E. Windows color (decimal): -16066052 or 16570634. OLE color: 16570634.

HSL color Cylindrical-coordinate representation of color #0AD9FC: hue angle of 188.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD9FC is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10217252-
CMYK0.960.1400.01
HSL188.68º97.58%51.37%-
HSV(B)188.68º96.03%98.82%-
XYZ42.5156.72100.8-
YUV159.1180.4221.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.09%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 252 (98.83% from 255) = 52.61%
R=2.09%
G=45.30%
B=52.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal102172520.960.1400.01188.6897.5851.37
HexAD9FC60E01bd6233
Octal12331374140160127514263
Binary101011011001111111001100000111001101111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,217,252); }

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

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

 a { background-color: rgb(10,217,252); }

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

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

 span { border-color: rgb(10,217,252); }

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