Shades of Summer Sky #26AFE0
Tints of Summer Sky #26AFE0
RGB
CMYK
RGB Variations
Color information
#26AFE0 (or 0x26AFE0) is known color: Summer Sky. HEX triplet: 26, AF and E0. RGB value is (38,175,224). Sum of RGB (Red+Green+Blue) = 38+175+224=437 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.70% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #26AFE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AFE0 is #D9501F. Grayscale: #8B8B8B. Windows color (decimal): -14241824 or 14724902. OLE color: 14724902.
HSL color Cylindrical-coordinate representation of color #26AFE0: hue angle of 195.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26AFE0 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 175 | 224 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.12 |
| HSL | 195.81º | 0.75% | 0.51% | - |
| HSV(B) | 195.81º | 0.83% | 0.88% | - |
| XYZ | 29.58 | 36.45 | 76 | - |
| YUV | 139.62 | 175.61 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 175 | 224 | 0.83 | 0.22 | 0 | 0.12 | 195.81 | 0.75 | 0.51 |
| Hex | 26 | AF | E0 | 53 | 16 | 0 | C | C4 | 4B | 33 |
| Octal | 46 | 257 | 340 | 123 | 26 | 0 | 14 | 304 | 113 | 63 |
| Binary | 100110 | 10101111 | 11100000 | 1010011 | 10110 | 0 | 1100 | 11000100 | 1001011 | 110011 |
Color Harmonies of #26AFE0
Complementary color
Monochromatic Colors of #26AFE0
Black with #26AFE0
Text Example
Text Example
White with #26AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AFE0; }
p { color: rgb(38,175,224); }
H1.HeaderClassName
{
color: #26AFE0;
}
.AnyTagClassName
{
color: #26AFE0;
}
</style>
background-color css
<style>
a { background-color: #26AFE0; }
a { background-color: rgb(38,175,224); }
div.DivClassName
{
background-color: #26AFE0;
}
.BgClassName
{
background-color: #26AFE0;
}
</style>
border-color css
<style>
span { border-color: #26AFE0; }
span { border-color: rgb(38,175,224); }
td.TdClassName
{
border-color: #26AFE0;
}
.TagClassName
{
border-color: #26AFE0;
}
</style>