#16ACF0

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

Shades of Deep Sky Blue #16ACF0

Tints of Deep Sky Blue #16ACF0

Color information

#16ACF0 (or 0x16ACF0) is unknown color: approx Deep Sky Blue. HEX triplet: 16, AC and F0. RGB value is (22,172,240). Sum of RGB (Red+Green+Blue) = 22+172+240=434 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.07% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #16ACF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ACF0 is #E9530F. Grayscale: #868686. Windows color (decimal): -15291152 or 15772694. OLE color: 15772694.

HSL color Cylindrical-coordinate representation of color #16ACF0: hue angle of 198.72º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ACF0 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22172240-
CMYK0.910.2800.06
HSL198.72º87.9%51.37%-
HSV(B)198.72º90.83%94.12%-
XYZ30.8135.9787.76-
YUV134.9187.347.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.07%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 240 (94.14% from 255) = 55.30%
R=5.07%
G=39.63%
B=55.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal221722400.910.2800.06198.7287.951.37
Hex16ACF05B1C06c75833
Octal26254360133340630713063
Binary1011010101100111100001011011111000110110001111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16ACF0; }

 p { color: rgb(22,172,240); }

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

<style>
 a { background-color: #16ACF0; }

 a { background-color: rgb(22,172,240); }

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

<style>
 span { border-color: #16ACF0; }

 span { border-color: rgb(22,172,240); }

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