Shades of Summer Sky #26CEE5
Tints of Summer Sky #26CEE5
RGB
CMYK
RGB Variations
Color information
#26CEE5 (or 0x26CEE5) is known color: Summer Sky. HEX triplet: 26, CE and E5. RGB value is (38,206,229). Sum of RGB (Red+Green+Blue) = 38+206+229=473 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.03% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #26CEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CEE5 is #D9311A. Grayscale: #9E9E9E. Windows color (decimal): -14233883 or 15060518. OLE color: 15060518.
HSL color Cylindrical-coordinate representation of color #26CEE5: hue angle of 187.23º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26CEE5 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 206 | 229 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.10 |
| HSL | 187.23º | 0.79% | 0.52% | - |
| HSV(B) | 187.23º | 0.83% | 0.9% | - |
| XYZ | 37.01 | 50.21 | 81.87 | - |
| YUV | 158.39 | 167.84 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 229 | 0.83 | 0.10 | 0 | 0.10 | 187.23 | 0.79 | 0.52 |
| Hex | 26 | CE | E5 | 53 | A | 0 | A | BB | 4F | 34 |
| Octal | 46 | 316 | 345 | 123 | 12 | 0 | 12 | 273 | 117 | 64 |
| Binary | 100110 | 11001110 | 11100101 | 1010011 | 1010 | 0 | 1010 | 10111011 | 1001111 | 110100 |
Color Harmonies of #26CEE5
Complementary color
Monochromatic Colors of #26CEE5
Black with #26CEE5
Text Example
Text Example
White with #26CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CEE5; }
p { color: rgb(38,206,229); }
H1.HeaderClassName
{
color: #26CEE5;
}
.AnyTagClassName
{
color: #26CEE5;
}
</style>
background-color css
<style>
a { background-color: #26CEE5; }
a { background-color: rgb(38,206,229); }
div.DivClassName
{
background-color: #26CEE5;
}
.BgClassName
{
background-color: #26CEE5;
}
</style>
border-color css
<style>
span { border-color: #26CEE5; }
span { border-color: rgb(38,206,229); }
td.TdClassName
{
border-color: #26CEE5;
}
.TagClassName
{
border-color: #26CEE5;
}
</style>