#0AD0FD

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

Shades of Deep Sky Blue #0AD0FD

Tints of Deep Sky Blue #0AD0FD

Color information

#0AD0FD (or 0x0AD0FD) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, D0 and FD. RGB value is (10,208,253). Sum of RGB (Red+Green+Blue) = 10+208+253=471 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #0AD0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD0FD is #F52F02. Grayscale: #999999. Windows color (decimal): -16068355 or 16633866. OLE color: 16633866.

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

Color convert

RGB10208253-
CMYK0.960.1800.01
HSL191.11º98.38%51.57%-
HSV(B)191.11º96.05%99.22%-
XYZ40.4152.27100.89-
YUV153.93183.925.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.12%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 253 (99.22% from 255) = 53.72%
R=2.12%
G=44.16%
B=53.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal102082530.960.1800.01191.1198.3851.57
HexAD0FD601201bf6234
Octal12320375140220127714264
Binary1010110100001111110111000001001001101111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,208,253); }

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

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

 a { background-color: rgb(10,208,253); }

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

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

 span { border-color: rgb(10,208,253); }

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