#19BEEC

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

Shades of Deep Sky Blue #19BEEC

Tints of Deep Sky Blue #19BEEC

Color information

#19BEEC (or 0x19BEEC) is unknown color: approx Deep Sky Blue. HEX triplet: 19, BE and EC. RGB value is (25,190,236). Sum of RGB (Red+Green+Blue) = 25+190+236=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #19BEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BEEC is #E64113. Grayscale: #919191. Windows color (decimal): -15089940 or 15515161. OLE color: 15515161.

HSL color Cylindrical-coordinate representation of color #19BEEC: hue angle of 193.08º 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 #19BEEC is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB25190236-
CMYK0.890.1900.07
HSL193.08º84.74%51.18%-
HSV(B)193.08º89.41%92.55%-
XYZ33.9543.0985.88-
YUV145.91178.8441.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.54%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 236 (92.58% from 255) = 52.33%
R=5.54%
G=42.13%
B=52.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal251902360.890.1900.07193.0884.7451.18
Hex19BEEC591307c15533
Octal31276354131230730112563
Binary1100110111110111011001011001100110111110000011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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