#19AEEC

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

Shades of Summer Sky #19AEEC

Tints of Summer Sky #19AEEC

Color information

#19AEEC (or 0x19AEEC) is unknown color: approx Summer Sky. HEX triplet: 19, AE and EC. RGB value is (25,174,236). Sum of RGB (Red+Green+Blue) = 25+174+236=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #19AEEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AEEC is #E65113. Grayscale: #888888. Windows color (decimal): -15094036 or 15511065. OLE color: 15511065.

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

Color convert

RGB25174236-
CMYK0.890.2600.07
HSL197.63º84.74%51.18%-
HSV(B)197.63º89.41%92.55%-
XYZ30.6836.5384.79-
YUV136.52184.1448.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.75%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 236 (92.58% from 255) = 54.25%
R=5.75%
G=40%
B=54.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal251742360.890.2600.07197.6384.7451.18
Hex19AEEC591A07c65533
Octal31256354131320730612563
Binary1100110101110111011001011001110100111110001101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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