#0AADFC

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

Shades of Deep Sky Blue #0AADFC

Tints of Deep Sky Blue #0AADFC

Color information

#0AADFC (or 0x0AADFC) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, AD and FC. RGB value is (10,173,252). Sum of RGB (Red+Green+Blue) = 10+173+252=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AADFC is #F55203. Grayscale: #848484. Windows color (decimal): -16077316 or 16559370. OLE color: 16559370.

HSL color Cylindrical-coordinate representation of color #0AADFC: hue angle of 199.59º 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 #0AADFC is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10173252-
CMYK0.960.3100.01
HSL199.59º97.58%51.37%-
HSV(B)199.59º96.03%98.82%-
XYZ32.6436.9897.51-
YUV133.2719540.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.30%
GREEN value IS 173 (67.97% from 255) = 39.77%
BLUE value IS 252 (98.83% from 255) = 57.93%
R=2.30%
G=39.77%
B=57.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal101732520.960.3100.01199.5997.5851.37
HexAADFC601F01c86233
Octal12255374140370131014263
Binary1010101011011111110011000001111101110010001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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