#10ADF7

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

Shades of Deep Sky Blue #10ADF7

Tints of Deep Sky Blue #10ADF7

Color information

#10ADF7 (or 0x10ADF7) is unknown color: approx Deep Sky Blue. HEX triplet: 10, AD and F7. RGB value is (16,173,247). Sum of RGB (Red+Green+Blue) = 16+173+247=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #10ADF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADF7 is #EF5208. Grayscale: #868686. Windows color (decimal): -15684105 or 16231696. OLE color: 16231696.

HSL color Cylindrical-coordinate representation of color #10ADF7: hue angle of 199.22º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ADF7 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16173247-
CMYK0.940.3000.03
HSL199.22º93.52%51.57%-
HSV(B)199.22º93.52%96.86%-
XYZ31.9536.7193.4-
YUV134.49191.4943.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.67%
GREEN value IS 173 (67.97% from 255) = 39.68%
BLUE value IS 247 (96.88% from 255) = 56.65%
R=3.67%
G=39.68%
B=56.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal161732470.940.3000.03199.2293.5251.57
Hex10ADF75E1E03c75e34
Octal20255367136360330713664
Binary100001010110111110111101111011110011110001111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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