Shades of Summer Sky #26CBEE
Tints of Summer Sky #26CBEE
RGB
CMYK
RGB Variations
Color information
#26CBEE (or 0x26CBEE) is known color: Summer Sky. HEX triplet: 26, CB and EE. RGB value is (38,203,238). Sum of RGB (Red+Green+Blue) = 38+203+238=479 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.93% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #26CBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CBEE is #D93411. Grayscale: #9D9D9D. Windows color (decimal): -14234642 or 15649574. OLE color: 15649574.
HSL color Cylindrical-coordinate representation of color #26CBEE: hue angle of 190.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26CBEE is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 203 | 238 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.07 |
| HSL | 190.5º | 0.85% | 0.54% | - |
| HSV(B) | 190.5º | 0.84% | 0.93% | - |
| XYZ | 37.59 | 49.3 | 88.42 | - |
| YUV | 157.66 | 173.34 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 238 | 0.84 | 0.15 | 0 | 0.07 | 190.5 | 0.85 | 0.54 |
| Hex | 26 | CB | EE | 54 | F | 0 | 7 | BE | 55 | 36 |
| Octal | 46 | 313 | 356 | 124 | 17 | 0 | 7 | 276 | 125 | 66 |
| Binary | 100110 | 11001011 | 11101110 | 1010100 | 1111 | 0 | 111 | 10111110 | 1010101 | 110110 |
Color Harmonies of #26CBEE
Complementary color
Monochromatic Colors of #26CBEE
Black with #26CBEE
Text Example
Text Example
White with #26CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CBEE; }
p { color: rgb(38,203,238); }
H1.HeaderClassName
{
color: #26CBEE;
}
.AnyTagClassName
{
color: #26CBEE;
}
</style>
background-color css
<style>
a { background-color: #26CBEE; }
a { background-color: rgb(38,203,238); }
div.DivClassName
{
background-color: #26CBEE;
}
.BgClassName
{
background-color: #26CBEE;
}
</style>
border-color css
<style>
span { border-color: #26CBEE; }
span { border-color: rgb(38,203,238); }
td.TdClassName
{
border-color: #26CBEE;
}
.TagClassName
{
border-color: #26CBEE;
}
</style>