Shades of Summer Sky #26AECF
Tints of Summer Sky #26AECF
RGB
CMYK
RGB Variations
Color information
#26AECF (or 0x26AECF) is known color: Summer Sky. HEX triplet: 26, AE and CF. RGB value is (38,174,207). Sum of RGB (Red+Green+Blue) = 38+174+207=419 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.07% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #26AECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AECF is #D95130. Grayscale: #888888. Windows color (decimal): -14242097 or 13610534. OLE color: 13610534.
HSL color Cylindrical-coordinate representation of color #26AECF: hue angle of 191.72º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26AECF is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 174 | 207 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.19 |
| HSL | 191.72º | 0.69% | 0.48% | - |
| HSV(B) | 191.72º | 0.82% | 0.81% | - |
| XYZ | 27.2 | 35.19 | 64.39 | - |
| YUV | 137.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 174 | 207 | 0.82 | 0.16 | 0 | 0.19 | 191.72 | 0.69 | 0.48 |
| Hex | 26 | AE | CF | 52 | 10 | 0 | 13 | C0 | 45 | 30 |
| Octal | 46 | 256 | 317 | 122 | 20 | 0 | 23 | 300 | 105 | 60 |
| Binary | 100110 | 10101110 | 11001111 | 1010010 | 10000 | 0 | 10011 | 11000000 | 1000101 | 110000 |
Color Harmonies of #26AECF
Complementary color
Monochromatic Colors of #26AECF
Black with #26AECF
Text Example
Text Example
White with #26AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AECF; }
p { color: rgb(38,174,207); }
H1.HeaderClassName
{
color: #26AECF;
}
.AnyTagClassName
{
color: #26AECF;
}
</style>
background-color css
<style>
a { background-color: #26AECF; }
a { background-color: rgb(38,174,207); }
div.DivClassName
{
background-color: #26AECF;
}
.BgClassName
{
background-color: #26AECF;
}
</style>
border-color css
<style>
span { border-color: #26AECF; }
span { border-color: rgb(38,174,207); }
td.TdClassName
{
border-color: #26AECF;
}
.TagClassName
{
border-color: #26AECF;
}
</style>