#10ACF9

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

Shades of Deep Sky Blue #10ACF9

Tints of Deep Sky Blue #10ACF9

Color information

#10ACF9 (or 0x10ACF9) is unknown color: approx Deep Sky Blue. HEX triplet: 10, AC and F9. RGB value is (16,172,249). Sum of RGB (Red+Green+Blue) = 16+172+249=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #10ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ACF9 is #EF5306. Grayscale: #858585. Windows color (decimal): -15684359 or 16362512. OLE color: 16362512.

HSL color Cylindrical-coordinate representation of color #10ACF9: hue angle of 199.83º degrees, saturation: 0.95, 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 #10ACF9 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16172249-
CMYK0.940.3100.02
HSL199.83º95.1%51.96%-
HSV(B)199.83º93.57%97.65%-
XYZ32.0736.4594.97-
YUV134.13192.8243.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.66%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 249 (97.66% from 255) = 56.98%
R=3.66%
G=39.36%
B=56.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161722490.940.3100.02199.8395.151.96
Hex10ACF95E1F02c85f34
Octal20254371136370231013764
Binary100001010110011111001101111011111010110010001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,172,249); }

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

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

 a { background-color: rgb(16,172,249); }

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

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

 span { border-color: rgb(16,172,249); }

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