Shades of Summer Sky #26AAF4
Tints of Summer Sky #26AAF4
RGB
CMYK
RGB Variations
Color information
#26AAF4 (or 0x26AAF4) is known color: Summer Sky. HEX triplet: 26, AA and F4. RGB value is (38,170,244). Sum of RGB (Red+Green+Blue) = 38+170+244=452 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.41% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #26AAF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26AAF4 is #D9550B. Grayscale: #8A8A8A. Windows color (decimal): -14243084 or 16034342. OLE color: 16034342.
HSL color Cylindrical-coordinate representation of color #26AAF4: hue angle of 201.55º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26AAF4 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 170 | 244 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.04 |
| HSL | 201.55º | 0.9% | 0.55% | - |
| HSV(B) | 201.55º | 0.84% | 0.96% | - |
| XYZ | 31.5 | 35.69 | 90.82 | - |
| YUV | 138.97 | 187.27 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 244 | 0.84 | 0.30 | 0 | 0.04 | 201.55 | 0.9 | 0.55 |
| Hex | 26 | AA | F4 | 54 | 1E | 0 | 4 | CA | 5A | 37 |
| Octal | 46 | 252 | 364 | 124 | 36 | 0 | 4 | 312 | 132 | 67 |
| Binary | 100110 | 10101010 | 11110100 | 1010100 | 11110 | 0 | 100 | 11001010 | 1011010 | 110111 |
Color Harmonies of #26AAF4
Complementary color
Monochromatic Colors of #26AAF4
Black with #26AAF4
Text Example
Text Example
White with #26AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AAF4; }
p { color: rgb(38,170,244); }
H1.HeaderClassName
{
color: #26AAF4;
}
.AnyTagClassName
{
color: #26AAF4;
}
</style>
background-color css
<style>
a { background-color: #26AAF4; }
a { background-color: rgb(38,170,244); }
div.DivClassName
{
background-color: #26AAF4;
}
.BgClassName
{
background-color: #26AAF4;
}
</style>
border-color css
<style>
span { border-color: #26AAF4; }
span { border-color: rgb(38,170,244); }
td.TdClassName
{
border-color: #26AAF4;
}
.TagClassName
{
border-color: #26AAF4;
}
</style>