Shades of Summer Sky #26CBDC
Tints of Summer Sky #26CBDC
RGB
CMYK
RGB Variations
Color information
#26CBDC (or 0x26CBDC) is known color: Summer Sky. HEX triplet: 26, CB and DC. RGB value is (38,203,220). Sum of RGB (Red+Green+Blue) = 38+203+220=461 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.24% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #26CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CBDC is #D93423. Grayscale: #9B9B9B. Windows color (decimal): -14234660 or 14469926. OLE color: 14469926.
HSL color Cylindrical-coordinate representation of color #26CBDC: hue angle of 185.6º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26CBDC is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 203 | 220 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.14 |
| HSL | 185.6º | 0.72% | 0.51% | - |
| HSV(B) | 185.6º | 0.83% | 0.86% | - |
| XYZ | 35.07 | 48.29 | 75.18 | - |
| YUV | 155.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 220 | 0.83 | 0.08 | 0 | 0.14 | 185.6 | 0.72 | 0.51 |
| Hex | 26 | CB | DC | 53 | 8 | 0 | E | BA | 48 | 33 |
| Octal | 46 | 313 | 334 | 123 | 10 | 0 | 16 | 272 | 110 | 63 |
| Binary | 100110 | 11001011 | 11011100 | 1010011 | 1000 | 0 | 1110 | 10111010 | 1001000 | 110011 |
Color Harmonies of #26CBDC
Complementary color
Monochromatic Colors of #26CBDC
Black with #26CBDC
Text Example
Text Example
White with #26CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CBDC; }
p { color: rgb(38,203,220); }
H1.HeaderClassName
{
color: #26CBDC;
}
.AnyTagClassName
{
color: #26CBDC;
}
</style>
background-color css
<style>
a { background-color: #26CBDC; }
a { background-color: rgb(38,203,220); }
div.DivClassName
{
background-color: #26CBDC;
}
.BgClassName
{
background-color: #26CBDC;
}
</style>
border-color css
<style>
span { border-color: #26CBDC; }
span { border-color: rgb(38,203,220); }
td.TdClassName
{
border-color: #26CBDC;
}
.TagClassName
{
border-color: #26CBDC;
}
</style>