Shades of Summer Sky #26B2CB
Tints of Summer Sky #26B2CB
RGB
CMYK
RGB Variations
Color information
#26B2CB (or 0x26B2CB) is known color: Summer Sky. HEX triplet: 26, B2 and CB. RGB value is (38,178,203). Sum of RGB (Red+Green+Blue) = 38+178+203=419 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.07% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #26B2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26B2CB is #D94D34. Grayscale: #8A8A8A. Windows color (decimal): -14241077 or 13349414. OLE color: 13349414.
HSL color Cylindrical-coordinate representation of color #26B2CB: hue angle of 189.09º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26B2CB is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 178 | 203 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.20 |
| HSL | 189.09º | 0.68% | 0.47% | - |
| HSV(B) | 189.09º | 0.81% | 0.8% | - |
| XYZ | 27.5 | 36.56 | 62.11 | - |
| YUV | 138.99 | 164.12 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 178 | 203 | 0.81 | 0.12 | 0 | 0.20 | 189.09 | 0.68 | 0.47 |
| Hex | 26 | B2 | CB | 51 | C | 0 | 14 | BD | 44 | 2F |
| Octal | 46 | 262 | 313 | 121 | 14 | 0 | 24 | 275 | 104 | 57 |
| Binary | 100110 | 10110010 | 11001011 | 1010001 | 1100 | 0 | 10100 | 10111101 | 1000100 | 101111 |
Color Harmonies of #26B2CB
Complementary color
Monochromatic Colors of #26B2CB
Black with #26B2CB
Text Example
Text Example
White with #26B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B2CB; }
p { color: rgb(38,178,203); }
H1.HeaderClassName
{
color: #26B2CB;
}
.AnyTagClassName
{
color: #26B2CB;
}
</style>
background-color css
<style>
a { background-color: #26B2CB; }
a { background-color: rgb(38,178,203); }
div.DivClassName
{
background-color: #26B2CB;
}
.BgClassName
{
background-color: #26B2CB;
}
</style>
border-color css
<style>
span { border-color: #26B2CB; }
span { border-color: rgb(38,178,203); }
td.TdClassName
{
border-color: #26B2CB;
}
.TagClassName
{
border-color: #26B2CB;
}
</style>