Shades of Summer Sky #26CBDA
Tints of Summer Sky #26CBDA
RGB
CMYK
RGB Variations
Color information
#26CBDA (or 0x26CBDA) is known color: Summer Sky. HEX triplet: 26, CB and DA. RGB value is (38,203,218). Sum of RGB (Red+Green+Blue) = 38+203+218=459 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.28% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #26CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CBDA is #D93425. Grayscale: #9B9B9B. Windows color (decimal): -14234662 or 14338854. OLE color: 14338854.
HSL color Cylindrical-coordinate representation of color #26CBDA: hue angle of 185º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26CBDA is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 203 | 218 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.15 |
| HSL | 185º | 0.71% | 0.5% | - |
| HSV(B) | 185º | 0.83% | 0.85% | - |
| XYZ | 34.81 | 48.19 | 73.8 | - |
| YUV | 155.38 | 163.34 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 218 | 0.83 | 0.07 | 0 | 0.15 | 185 | 0.71 | 0.5 |
| Hex | 26 | CB | DA | 53 | 7 | 0 | F | B9 | 47 | 32 |
| Octal | 46 | 313 | 332 | 123 | 7 | 0 | 17 | 271 | 107 | 62 |
| Binary | 100110 | 11001011 | 11011010 | 1010011 | 111 | 0 | 1111 | 10111001 | 1000111 | 110010 |
Color Harmonies of #26CBDA
Complementary color
Monochromatic Colors of #26CBDA
Black with #26CBDA
Text Example
Text Example
White with #26CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CBDA; }
p { color: rgb(38,203,218); }
H1.HeaderClassName
{
color: #26CBDA;
}
.AnyTagClassName
{
color: #26CBDA;
}
</style>
background-color css
<style>
a { background-color: #26CBDA; }
a { background-color: rgb(38,203,218); }
div.DivClassName
{
background-color: #26CBDA;
}
.BgClassName
{
background-color: #26CBDA;
}
</style>
border-color css
<style>
span { border-color: #26CBDA; }
span { border-color: rgb(38,203,218); }
td.TdClassName
{
border-color: #26CBDA;
}
.TagClassName
{
border-color: #26CBDA;
}
</style>