#10DBFD

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

Shades of Deep Sky Blue #10DBFD

Tints of Deep Sky Blue #10DBFD

Color information

#10DBFD (or 0x10DBFD) is unknown color: approx Deep Sky Blue. HEX triplet: 10, DB and FD. RGB value is (16,219,253). Sum of RGB (Red+Green+Blue) = 16+219+253=488 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.28% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #10DBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DBFD is #EF2402. Grayscale: #A1A1A1. Windows color (decimal): -15672323 or 16636688. OLE color: 16636688.

HSL color Cylindrical-coordinate representation of color #10DBFD: hue angle of 188.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10DBFD is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16219253-
CMYK0.940.1300.01
HSL188.61º98.34%52.75%-
HSV(B)188.61º93.68%99.22%-
XYZ43.2757.87101.82-
YUV162.18179.2523.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.28%
GREEN value IS 219 (85.94% from 255) = 44.88%
BLUE value IS 253 (99.22% from 255) = 51.84%
R=3.28%
G=44.88%
B=51.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162192530.940.1300.01188.6198.3452.75
Hex10DBFD5ED01bd6235
Octal20333375136150127514265
Binary1000011011011111111011011110110101101111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,219,253); }

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

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

 a { background-color: rgb(16,219,253); }

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

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

 span { border-color: rgb(16,219,253); }

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