Shades of Summer Sky #26BDCD
Tints of Summer Sky #26BDCD
RGB
CMYK
RGB Variations
Color information
#26BDCD (or 0x26BDCD) is known color: Summer Sky. HEX triplet: 26, BD and CD. RGB value is (38,189,205). Sum of RGB (Red+Green+Blue) = 38+189+205=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #26BDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BDCD is #D94232. Grayscale: #919191. Windows color (decimal): -14238259 or 13483302. OLE color: 13483302.
HSL color Cylindrical-coordinate representation of color #26BDCD: hue angle of 185.75º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26BDCD is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 189 | 205 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.20 |
| HSL | 185.75º | 0.69% | 0.48% | - |
| HSV(B) | 185.75º | 0.81% | 0.8% | - |
| XYZ | 30.02 | 41.22 | 64.13 | - |
| YUV | 145.68 | 161.47 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 205 | 0.81 | 0.08 | 0 | 0.20 | 185.75 | 0.69 | 0.48 |
| Hex | 26 | BD | CD | 51 | 8 | 0 | 14 | BA | 45 | 30 |
| Octal | 46 | 275 | 315 | 121 | 10 | 0 | 24 | 272 | 105 | 60 |
| Binary | 100110 | 10111101 | 11001101 | 1010001 | 1000 | 0 | 10100 | 10111010 | 1000101 | 110000 |
Color Harmonies of #26BDCD
Complementary color
Monochromatic Colors of #26BDCD
Black with #26BDCD
Text Example
Text Example
White with #26BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BDCD; }
p { color: rgb(38,189,205); }
H1.HeaderClassName
{
color: #26BDCD;
}
.AnyTagClassName
{
color: #26BDCD;
}
</style>
background-color css
<style>
a { background-color: #26BDCD; }
a { background-color: rgb(38,189,205); }
div.DivClassName
{
background-color: #26BDCD;
}
.BgClassName
{
background-color: #26BDCD;
}
</style>
border-color css
<style>
span { border-color: #26BDCD; }
span { border-color: rgb(38,189,205); }
td.TdClassName
{
border-color: #26BDCD;
}
.TagClassName
{
border-color: #26BDCD;
}
</style>