Shades of Summer Sky #26B6CE
Tints of Summer Sky #26B6CE
RGB
CMYK
RGB Variations
Color information
#26B6CE (or 0x26B6CE) is known color: Summer Sky. HEX triplet: 26, B6 and CE. RGB value is (38,182,206). Sum of RGB (Red+Green+Blue) = 38+182+206=426 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.92% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #26B6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26B6CE is #D94931. Grayscale: #8D8D8D. Windows color (decimal): -14240050 or 13547046. OLE color: 13547046.
HSL color Cylindrical-coordinate representation of color #26B6CE: hue angle of 188.57º 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 #26B6CE is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 182 | 206 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.19 |
| HSL | 188.57º | 0.69% | 0.48% | - |
| HSV(B) | 188.57º | 0.82% | 0.81% | - |
| XYZ | 28.67 | 38.32 | 64.28 | - |
| YUV | 141.68 | 164.29 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 182 | 206 | 0.82 | 0.12 | 0 | 0.19 | 188.57 | 0.69 | 0.48 |
| Hex | 26 | B6 | CE | 52 | C | 0 | 13 | BD | 45 | 30 |
| Octal | 46 | 266 | 316 | 122 | 14 | 0 | 23 | 275 | 105 | 60 |
| Binary | 100110 | 10110110 | 11001110 | 1010010 | 1100 | 0 | 10011 | 10111101 | 1000101 | 110000 |
Color Harmonies of #26B6CE
Complementary color
Monochromatic Colors of #26B6CE
Black with #26B6CE
Text Example
Text Example
White with #26B6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B6CE; }
p { color: rgb(38,182,206); }
H1.HeaderClassName
{
color: #26B6CE;
}
.AnyTagClassName
{
color: #26B6CE;
}
</style>
background-color css
<style>
a { background-color: #26B6CE; }
a { background-color: rgb(38,182,206); }
div.DivClassName
{
background-color: #26B6CE;
}
.BgClassName
{
background-color: #26B6CE;
}
</style>
border-color css
<style>
span { border-color: #26B6CE; }
span { border-color: rgb(38,182,206); }
td.TdClassName
{
border-color: #26B6CE;
}
.TagClassName
{
border-color: #26B6CE;
}
</style>