#16AFEF

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

Shades of Deep Sky Blue #16AFEF

Tints of Deep Sky Blue #16AFEF

Color information

#16AFEF (or 0x16AFEF) is unknown color: approx Deep Sky Blue. HEX triplet: 16, AF and EF. RGB value is (22,175,239). Sum of RGB (Red+Green+Blue) = 22+175+239=436 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.05% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #16AFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AFEF is #E95010. Grayscale: #888888. Windows color (decimal): -15290385 or 15707926. OLE color: 15707926.

HSL color Cylindrical-coordinate representation of color #16AFEF: hue angle of 197.7º degrees, saturation: 0.87, 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 #16AFEF is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22175239-
CMYK0.910.2700.06
HSL197.7º87.15%51.18%-
HSV(B)197.7º90.79%93.73%-
XYZ31.2437.0687.17-
YUV136.55185.8146.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.05%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 239 (93.75% from 255) = 54.82%
R=5.05%
G=40.14%
B=54.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal221752390.910.2700.06197.787.1551.18
Hex16AFEF5B1B06c65733
Octal26257357133330630612763
Binary1011010101111111011111011011110110110110001101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,175,239); }

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

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

 a { background-color: rgb(22,175,239); }

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

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

 span { border-color: rgb(22,175,239); }

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