Shades of Summer Sky #26B0DE
Tints of Summer Sky #26B0DE
RGB
CMYK
RGB Variations
Color information
#26B0DE (or 0x26B0DE) is known color: Summer Sky. HEX triplet: 26, B0 and DE. RGB value is (38,176,222). Sum of RGB (Red+Green+Blue) = 38+176+222=436 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.72% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #26B0DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26B0DE is #D94F21. Grayscale: #8B8B8B. Windows color (decimal): -14241570 or 14594086. OLE color: 14594086.
HSL color Cylindrical-coordinate representation of color #26B0DE: hue angle of 195º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26B0DE is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 176 | 222 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.13 |
| HSL | 195º | 0.74% | 0.51% | - |
| HSV(B) | 195º | 0.83% | 0.87% | - |
| XYZ | 29.51 | 36.74 | 74.64 | - |
| YUV | 139.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 176 | 222 | 0.83 | 0.21 | 0 | 0.13 | 195 | 0.74 | 0.51 |
| Hex | 26 | B0 | DE | 53 | 15 | 0 | D | C3 | 4A | 33 |
| Octal | 46 | 260 | 336 | 123 | 25 | 0 | 15 | 303 | 112 | 63 |
| Binary | 100110 | 10110000 | 11011110 | 1010011 | 10101 | 0 | 1101 | 11000011 | 1001010 | 110011 |
Color Harmonies of #26B0DE
Complementary color
Monochromatic Colors of #26B0DE
Black with #26B0DE
Text Example
Text Example
White with #26B0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B0DE; }
p { color: rgb(38,176,222); }
H1.HeaderClassName
{
color: #26B0DE;
}
.AnyTagClassName
{
color: #26B0DE;
}
</style>
background-color css
<style>
a { background-color: #26B0DE; }
a { background-color: rgb(38,176,222); }
div.DivClassName
{
background-color: #26B0DE;
}
.BgClassName
{
background-color: #26B0DE;
}
</style>
border-color css
<style>
span { border-color: #26B0DE; }
span { border-color: rgb(38,176,222); }
td.TdClassName
{
border-color: #26B0DE;
}
.TagClassName
{
border-color: #26B0DE;
}
</style>