#16B5F7

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

Shades of Deep Sky Blue #16B5F7

Tints of Deep Sky Blue #16B5F7

Color information

#16B5F7 (or 0x16B5F7) is unknown color: approx Deep Sky Blue. HEX triplet: 16, B5 and F7. RGB value is (22,181,247). Sum of RGB (Red+Green+Blue) = 22+181+247=450 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.89% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #16B5F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16B5F7 is #E94A08. Grayscale: #8C8C8C. Windows color (decimal): -15288841 or 16233750. OLE color: 16233750.

HSL color Cylindrical-coordinate representation of color #16B5F7: hue angle of 197.6º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16B5F7 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22181247-
CMYK0.910.2700.03
HSL197.6º93.36%52.75%-
HSV(B)197.6º91.09%96.86%-
XYZ33.6439.9393.93-
YUV140.98187.8243.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.89%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 247 (96.88% from 255) = 54.89%
R=4.89%
G=40.22%
B=54.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221812470.910.2700.03197.693.3652.75
Hex16B5F75B1B03c65d35
Octal26265367133330330613565
Binary101101011010111110111101101111011011110001101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,181,247); }

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

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

 a { background-color: rgb(22,181,247); }

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

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

 span { border-color: rgb(22,181,247); }

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