#16CAF5

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

Shades of Deep Sky Blue #16CAF5

Tints of Deep Sky Blue #16CAF5

Color information

#16CAF5 (or 0x16CAF5) is unknown color: approx Deep Sky Blue. HEX triplet: 16, CA and F5. RGB value is (22,202,245). Sum of RGB (Red+Green+Blue) = 22+202+245=469 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.69% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 245 (96.09% from 255 or 52.24% from 469); Max value from RGB is 245 - color contains mainly: blue. Hex color #16CAF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CAF5 is #E9350A. Grayscale: #989898. Windows color (decimal): -15283467 or 16108054. OLE color: 16108054.

HSL color Cylindrical-coordinate representation of color #16CAF5: hue angle of 191.57º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CAF5 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22202245-
CMYK0.910.1800.04
HSL191.57º91.77%52.35%-
HSV(B)191.57º91.02%96.08%-
XYZ37.934993.85-
YUV153.08179.8734.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.69%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 245 (96.09% from 255) = 52.24%
R=4.69%
G=43.07%
B=52.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal222022450.910.1800.04191.5791.7752.35
Hex16CAF55B1204c05c34
Octal26312365133220430013464
Binary1011011001010111101011011011100100100110000001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,202,245); }

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

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

 a { background-color: rgb(22,202,245); }

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

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

 span { border-color: rgb(22,202,245); }

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