#19C0EC

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

Shades of Deep Sky Blue #19C0EC

Tints of Deep Sky Blue #19C0EC

Color information

#19C0EC (or 0x19C0EC) is unknown color: approx Deep Sky Blue. HEX triplet: 19, C0 and EC. RGB value is (25,192,236). Sum of RGB (Red+Green+Blue) = 25+192+236=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #19C0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C0EC is #E63F13. Grayscale: #929292. Windows color (decimal): -15089428 or 15515673. OLE color: 15515673.

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

Color convert

RGB25192236-
CMYK0.890.1900.07
HSL192.51º84.74%51.18%-
HSV(B)192.51º89.41%92.55%-
XYZ34.3943.9686.03-
YUV147.08178.1740.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.52%
GREEN value IS 192 (75.39% from 255) = 42.38%
BLUE value IS 236 (92.58% from 255) = 52.10%
R=5.52%
G=42.38%
B=52.10%

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
Decimal251922360.890.1900.07192.5184.7451.18
Hex19C0EC591307c15533
Octal31300354131230730112563
Binary1100111000000111011001011001100110111110000011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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