Shades of Summer Sky #26CADB
Tints of Summer Sky #26CADB
RGB
CMYK
RGB Variations
Color information
#26CADB (or 0x26CADB) is known color: Summer Sky. HEX triplet: 26, CA and DB. RGB value is (38,202,219). Sum of RGB (Red+Green+Blue) = 38+202+219=459 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.28% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #26CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CADB is #D93524. Grayscale: #9A9A9A. Windows color (decimal): -14234917 or 14404134. OLE color: 14404134.
HSL color Cylindrical-coordinate representation of color #26CADB: hue angle of 185.64º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26CADB is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 202 | 219 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.14 |
| HSL | 185.64º | 0.72% | 0.5% | - |
| HSV(B) | 185.64º | 0.83% | 0.86% | - |
| XYZ | 34.71 | 47.77 | 74.41 | - |
| YUV | 154.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 219 | 0.83 | 0.08 | 0 | 0.14 | 185.64 | 0.72 | 0.5 |
| Hex | 26 | CA | DB | 53 | 8 | 0 | E | BA | 48 | 32 |
| Octal | 46 | 312 | 333 | 123 | 10 | 0 | 16 | 272 | 110 | 62 |
| Binary | 100110 | 11001010 | 11011011 | 1010011 | 1000 | 0 | 1110 | 10111010 | 1001000 | 110010 |
Color Harmonies of #26CADB
Complementary color
Monochromatic Colors of #26CADB
Black with #26CADB
Text Example
Text Example
White with #26CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CADB; }
p { color: rgb(38,202,219); }
H1.HeaderClassName
{
color: #26CADB;
}
.AnyTagClassName
{
color: #26CADB;
}
</style>
background-color css
<style>
a { background-color: #26CADB; }
a { background-color: rgb(38,202,219); }
div.DivClassName
{
background-color: #26CADB;
}
.BgClassName
{
background-color: #26CADB;
}
</style>
border-color css
<style>
span { border-color: #26CADB; }
span { border-color: rgb(38,202,219); }
td.TdClassName
{
border-color: #26CADB;
}
.TagClassName
{
border-color: #26CADB;
}
</style>