Shades of Summer Sky #19AFE4
Tints of Summer Sky #19AFE4
RGB
CMYK
RGB Variations
Color information
#19AFE4 (or 0x19AFE4) is known color: Summer Sky. HEX triplet: 19, AF and E4. RGB value is (25,175,228). Sum of RGB (Red+Green+Blue) = 25+175+228=428 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.84% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #19AFE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AFE4 is #E6501B. Grayscale: #878787. Windows color (decimal): -15093788 or 14987033. OLE color: 14987033.
HSL color Cylindrical-coordinate representation of color #19AFE4: hue angle of 195.67º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19AFE4 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 175 | 228 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.11 |
| HSL | 195.67º | 0.8% | 0.5% | - |
| HSV(B) | 195.67º | 0.89% | 0.89% | - |
| XYZ | 29.73 | 36.47 | 78.87 | - |
| YUV | 136.19 | 179.81 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 228 | 0.89 | 0.23 | 0 | 0.11 | 195.67 | 0.8 | 0.5 |
| Hex | 19 | AF | E4 | 59 | 17 | 0 | B | C4 | 50 | 32 |
| Octal | 31 | 257 | 344 | 131 | 27 | 0 | 13 | 304 | 120 | 62 |
| Binary | 11001 | 10101111 | 11100100 | 1011001 | 10111 | 0 | 1011 | 11000100 | 1010000 | 110010 |
Color Harmonies of #19AFE4
Complementary color
Monochromatic Colors of #19AFE4
Black with #19AFE4
Text Example
Text Example
White with #19AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AFE4; }
p { color: rgb(25,175,228); }
H1.HeaderClassName
{
color: #19AFE4;
}
.AnyTagClassName
{
color: #19AFE4;
}
</style>
background-color css
<style>
a { background-color: #19AFE4; }
a { background-color: rgb(25,175,228); }
div.DivClassName
{
background-color: #19AFE4;
}
.BgClassName
{
background-color: #19AFE4;
}
</style>
border-color css
<style>
span { border-color: #19AFE4; }
span { border-color: rgb(25,175,228); }
td.TdClassName
{
border-color: #19AFE4;
}
.TagClassName
{
border-color: #19AFE4;
}
</style>