Shades of Summer Sky #26CDE1
Tints of Summer Sky #26CDE1
RGB
CMYK
RGB Variations
Color information
#26CDE1 (or 0x26CDE1) is known color: Summer Sky. HEX triplet: 26, CD and E1. RGB value is (38,205,225). Sum of RGB (Red+Green+Blue) = 38+205+225=468 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.12% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #26CDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CDE1 is #D9321E. Grayscale: #9D9D9D. Windows color (decimal): -14234143 or 14798118. OLE color: 14798118.
HSL color Cylindrical-coordinate representation of color #26CDE1: hue angle of 186.42º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26CDE1 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 205 | 225 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.12 |
| HSL | 186.42º | 0.76% | 0.52% | - |
| HSV(B) | 186.42º | 0.83% | 0.88% | - |
| XYZ | 36.22 | 49.51 | 78.88 | - |
| YUV | 157.35 | 166.17 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 205 | 225 | 0.83 | 0.09 | 0 | 0.12 | 186.42 | 0.76 | 0.52 |
| Hex | 26 | CD | E1 | 53 | 9 | 0 | C | BA | 4C | 34 |
| Octal | 46 | 315 | 341 | 123 | 11 | 0 | 14 | 272 | 114 | 64 |
| Binary | 100110 | 11001101 | 11100001 | 1010011 | 1001 | 0 | 1100 | 10111010 | 1001100 | 110100 |
Color Harmonies of #26CDE1
Complementary color
Monochromatic Colors of #26CDE1
Black with #26CDE1
Text Example
Text Example
White with #26CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CDE1; }
p { color: rgb(38,205,225); }
H1.HeaderClassName
{
color: #26CDE1;
}
.AnyTagClassName
{
color: #26CDE1;
}
</style>
background-color css
<style>
a { background-color: #26CDE1; }
a { background-color: rgb(38,205,225); }
div.DivClassName
{
background-color: #26CDE1;
}
.BgClassName
{
background-color: #26CDE1;
}
</style>
border-color css
<style>
span { border-color: #26CDE1; }
span { border-color: rgb(38,205,225); }
td.TdClassName
{
border-color: #26CDE1;
}
.TagClassName
{
border-color: #26CDE1;
}
</style>