#10A9FD

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

Shades of Deep Sky Blue #10A9FD

Tints of Deep Sky Blue #10A9FD

Color information

#10A9FD (or 0x10A9FD) is unknown color: approx Deep Sky Blue. HEX triplet: 10, A9 and FD. RGB value is (16,169,253). Sum of RGB (Red+Green+Blue) = 16+169+253=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #10A9FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A9FD is #EF5602. Grayscale: #848484. Windows color (decimal): -15685123 or 16623888. OLE color: 16623888.

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

Color convert

RGB16169253-
CMYK0.940.3300.01
HSL201.27º98.34%52.75%-
HSV(B)201.27º93.68%99.22%-
XYZ32.1335.5898.1-
YUV132.83195.8144.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.65%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 253 (99.22% from 255) = 57.76%
R=3.65%
G=38.58%
B=57.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161692530.940.3300.01201.2798.3452.75
Hex10A9FD5E2101c96235
Octal20251375136410131114265
Binary100001010100111111101101111010000101110010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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