#10A8FD

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

Shades of Deep Sky Blue #10A8FD

Tints of Deep Sky Blue #10A8FD

Color information

#10A8FD (or 0x10A8FD) is unknown color: approx Deep Sky Blue. HEX triplet: 10, A8 and FD. RGB value is (16,168,253). Sum of RGB (Red+Green+Blue) = 16+168+253=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #10A8FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A8FD is #EF5702. Grayscale: #838383. Windows color (decimal): -15685379 or 16623632. OLE color: 16623632.

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

Color convert

RGB16168253-
CMYK0.940.3400.01
HSL201.52º98.34%52.75%-
HSV(B)201.52º93.68%99.22%-
XYZ31.9535.2198.04-
YUV132.24196.1445.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.66%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 253 (99.22% from 255) = 57.89%
R=3.66%
G=38.44%
B=57.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161682530.940.3400.01201.5298.3452.75
Hex10A8FD5E2201ca6235
Octal20250375136420131214265
Binary100001010100011111101101111010001001110010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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