#10ADF0

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

Shades of Deep Sky Blue #10ADF0

Tints of Deep Sky Blue #10ADF0

Color information

#10ADF0 (or 0x10ADF0) is unknown color: approx Deep Sky Blue. HEX triplet: 10, AD and F0. RGB value is (16,173,240). Sum of RGB (Red+Green+Blue) = 16+173+240=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #10ADF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADF0 is #EF520F. Grayscale: #858585. Windows color (decimal): -15684112 or 15772944. OLE color: 15772944.

HSL color Cylindrical-coordinate representation of color #10ADF0: hue angle of 197.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ADF0 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16173240-
CMYK0.930.2800.06
HSL197.95º88.19%50.2%-
HSV(B)197.95º93.33%94.12%-
XYZ30.8936.2987.81-
YUV133.7187.9944.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.73%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 240 (94.14% from 255) = 55.94%
R=3.73%
G=40.33%
B=55.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161732400.930.2800.06197.9588.1950.2
Hex10ADF05D1C06c65832
Octal20255360135340630613062
Binary1000010101101111100001011101111000110110001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10ADF0; }

 p { color: rgb(16,173,240); }

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

<style>
 a { background-color: #10ADF0; }

 a { background-color: rgb(16,173,240); }

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

<style>
 span { border-color: #10ADF0; }

 span { border-color: rgb(16,173,240); }

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