Shades of Summer Sky #26B5CE
Tints of Summer Sky #26B5CE
RGB
CMYK
RGB Variations
Color information
#26B5CE (or 0x26B5CE) is known color: Summer Sky. HEX triplet: 26, B5 and CE. RGB value is (38,181,206). Sum of RGB (Red+Green+Blue) = 38+181+206=425 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.94% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #26B5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26B5CE is #D94A31. Grayscale: #8C8C8C. Windows color (decimal): -14240306 or 13546790. OLE color: 13546790.
HSL color Cylindrical-coordinate representation of color #26B5CE: hue angle of 188.93º 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 #26B5CE is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 181 | 206 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.19 |
| HSL | 188.93º | 0.69% | 0.48% | - |
| HSV(B) | 188.93º | 0.82% | 0.81% | - |
| XYZ | 28.46 | 37.92 | 64.21 | - |
| YUV | 141.09 | 164.62 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 181 | 206 | 0.82 | 0.12 | 0 | 0.19 | 188.93 | 0.69 | 0.48 |
| Hex | 26 | B5 | CE | 52 | C | 0 | 13 | BD | 45 | 30 |
| Octal | 46 | 265 | 316 | 122 | 14 | 0 | 23 | 275 | 105 | 60 |
| Binary | 100110 | 10110101 | 11001110 | 1010010 | 1100 | 0 | 10011 | 10111101 | 1000101 | 110000 |
Color Harmonies of #26B5CE
Complementary color
Monochromatic Colors of #26B5CE
Black with #26B5CE
Text Example
Text Example
White with #26B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B5CE; }
p { color: rgb(38,181,206); }
H1.HeaderClassName
{
color: #26B5CE;
}
.AnyTagClassName
{
color: #26B5CE;
}
</style>
background-color css
<style>
a { background-color: #26B5CE; }
a { background-color: rgb(38,181,206); }
div.DivClassName
{
background-color: #26B5CE;
}
.BgClassName
{
background-color: #26B5CE;
}
</style>
border-color css
<style>
span { border-color: #26B5CE; }
span { border-color: rgb(38,181,206); }
td.TdClassName
{
border-color: #26B5CE;
}
.TagClassName
{
border-color: #26B5CE;
}
</style>