#19B1E0

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

Shades of Summer Sky #19B1E0

Tints of Summer Sky #19B1E0

Color information

#19B1E0 (or 0x19B1E0) is unknown color: approx Summer Sky. HEX triplet: 19, B1 and E0. RGB value is (25,177,224). Sum of RGB (Red+Green+Blue) = 25+177+224=426 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.87% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #19B1E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19B1E0 is #E64E1F. Grayscale: #888888. Windows color (decimal): -15093280 or 14725401. OLE color: 14725401.

HSL color Cylindrical-coordinate representation of color #19B1E0: hue angle of 194.17º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19B1E0 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB25177224-
CMYK0.890.2100.12
HSL194.17º79.92%48.82%-
HSV(B)194.17º88.84%87.84%-
XYZ29.5837.0376.11-
YUV136.91177.1448.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.87%
GREEN value IS 177 (69.53% from 255) = 41.55%
BLUE value IS 224 (87.89% from 255) = 52.58%
R=5.87%
G=41.55%
B=52.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal251772240.890.2100.12194.1779.9248.82
Hex19B1E059150Cc25031
Octal312613401312501430212061
Binary11001101100011110000010110011010101100110000101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,177,224); }

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

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

 a { background-color: rgb(25,177,224); }

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

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

 span { border-color: rgb(25,177,224); }

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