#19b6ec

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

Shades of Deep Sky Blue #19B6EC

Tints of Deep Sky Blue #19B6EC

Color information

#19B6EC (or 0x19B6EC) is unknown color: approx Deep Sky Blue. HEX triplet: 19, B6 and EC. RGB value is (25,182,236). Sum of RGB (Red+Green+Blue) = 25+182+236=443 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.64% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #19B6EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B6EC is #E64913. Grayscale: #8C8C8C. Windows color (decimal): -15091988 or 15513113. OLE color: 15513113.

HSL color Cylindrical-coordinate representation of color #19B6EC: hue angle of 195.36º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19B6EC is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB25182236-
CMYK0.890.2300.07
HSL195.36º84.74%51.18%-
HSV(B)195.36º89.41%92.55%-
XYZ32.2739.7285.32-
YUV141.21181.4945.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.64%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 236 (92.58% from 255) = 53.27%
R=5.64%
G=41.08%
B=53.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal251822360.890.2300.07195.3684.7451.18
Hex19B6EC591707c35533
Octal31266354131270730312563
Binary1100110110110111011001011001101110111110000111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19b6ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19b6ec; }

 p { color: rgb(25,182,236); }

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

<style>
 a { background-color: #19b6ec; }

 a { background-color: rgb(25,182,236); }

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

<style>
 span { border-color: #19b6ec; }

 span { border-color: rgb(25,182,236); }

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