#10D8FA

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

Shades of Deep Sky Blue #10D8FA

Tints of Deep Sky Blue #10D8FA

Color information

#10D8FA (or 0x10D8FA) is unknown color: approx Deep Sky Blue. HEX triplet: 10, D8 and FA. RGB value is (16,216,250). Sum of RGB (Red+Green+Blue) = 16+216+250=482 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.32% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #10D8FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D8FA is #EF2705. Grayscale: #9F9F9F. Windows color (decimal): -15673094 or 16439312. OLE color: 16439312.

HSL color Cylindrical-coordinate representation of color #10D8FA: hue angle of 188.72º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10D8FA is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16216250-
CMYK0.940.1400.02
HSL188.72º95.9%52.16%-
HSV(B)188.72º93.6%98.04%-
XYZ42.0256.1299.06-
YUV160.08178.7425.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.32%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 250 (98.05% from 255) = 51.87%
R=3.32%
G=44.81%
B=51.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162162500.940.1400.02188.7295.952.16
Hex10D8FA5EE02bd6034
Octal20330372136160227514064
Binary10000110110001111101010111101110010101111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,216,250); }

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

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

 a { background-color: rgb(16,216,250); }

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

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

 span { border-color: rgb(16,216,250); }

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