#19B0EC

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

Shades of Summer Sky #19B0EC

Tints of Summer Sky #19B0EC

Color information

#19B0EC (or 0x19B0EC) is unknown color: approx Summer Sky. HEX triplet: 19, B0 and EC. RGB value is (25,176,236). Sum of RGB (Red+Green+Blue) = 25+176+236=437 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.72% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #19B0EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19B0EC is #E64F13. Grayscale: #898989. Windows color (decimal): -15093524 or 15511577. OLE color: 15511577.

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

Color convert

RGB25176236-
CMYK0.890.2500.07
HSL197.06º84.74%51.18%-
HSV(B)197.06º89.41%92.55%-
XYZ31.0737.3184.92-
YUV137.69183.4747.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.72%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 236 (92.58% from 255) = 54.00%
R=5.72%
G=40.27%
B=54.00%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal251762360.890.2500.07197.0684.7451.18
Hex19B0EC591907c55533
Octal31260354131310730512563
Binary1100110110000111011001011001110010111110001011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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