#10CDF7

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

Shades of Deep Sky Blue #10CDF7

Tints of Deep Sky Blue #10CDF7

Color information

#10CDF7 (or 0x10CDF7) is unknown color: approx Deep Sky Blue. HEX triplet: 10, CD and F7. RGB value is (16,205,247). Sum of RGB (Red+Green+Blue) = 16+205+247=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #10CDF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CDF7 is #EF3208. Grayscale: #989898. Windows color (decimal): -15675913 or 16239888. OLE color: 16239888.

HSL color Cylindrical-coordinate representation of color #10CDF7: hue angle of 190.91º 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 #10CDF7 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16205247-
CMYK0.940.1700.03
HSL190.91º93.52%51.57%-
HSV(B)190.91º93.52%96.86%-
XYZ38.8350.4995.69-
YUV153.28180.8830.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.42%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 247 (96.88% from 255) = 52.78%
R=3.42%
G=43.80%
B=52.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal162052470.940.1700.03190.9193.5251.57
Hex10CDF75E1103bf5e34
Octal20315367136210327713664
Binary100001100110111110111101111010001011101111111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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