Shades of Summer Sky #26CBED
Tints of Summer Sky #26CBED
RGB
CMYK
RGB Variations
Color information
#26CBED (or 0x26CBED) is known color: Summer Sky. HEX triplet: 26, CB and ED. RGB value is (38,203,237). Sum of RGB (Red+Green+Blue) = 38+203+237=478 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.95% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #26CBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CBED is #D93412. Grayscale: #9D9D9D. Windows color (decimal): -14234643 or 15584038. OLE color: 15584038.
HSL color Cylindrical-coordinate representation of color #26CBED: hue angle of 190.25º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26CBED is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 203 | 237 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.07 |
| HSL | 190.25º | 0.85% | 0.54% | - |
| HSV(B) | 190.25º | 0.84% | 0.93% | - |
| XYZ | 37.44 | 49.24 | 87.65 | - |
| YUV | 157.54 | 172.84 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 237 | 0.84 | 0.14 | 0 | 0.07 | 190.25 | 0.85 | 0.54 |
| Hex | 26 | CB | ED | 54 | E | 0 | 7 | BE | 55 | 36 |
| Octal | 46 | 313 | 355 | 124 | 16 | 0 | 7 | 276 | 125 | 66 |
| Binary | 100110 | 11001011 | 11101101 | 1010100 | 1110 | 0 | 111 | 10111110 | 1010101 | 110110 |
Color Harmonies of #26CBED
Complementary color
Monochromatic Colors of #26CBED
Black with #26CBED
Text Example
Text Example
White with #26CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CBED; }
p { color: rgb(38,203,237); }
H1.HeaderClassName
{
color: #26CBED;
}
.AnyTagClassName
{
color: #26CBED;
}
</style>
background-color css
<style>
a { background-color: #26CBED; }
a { background-color: rgb(38,203,237); }
div.DivClassName
{
background-color: #26CBED;
}
.BgClassName
{
background-color: #26CBED;
}
</style>
border-color css
<style>
span { border-color: #26CBED; }
span { border-color: rgb(38,203,237); }
td.TdClassName
{
border-color: #26CBED;
}
.TagClassName
{
border-color: #26CBED;
}
</style>