Shades of Summer Sky #26C4DA
Tints of Summer Sky #26C4DA
RGB
CMYK
RGB Variations
Color information
#26C4DA (or 0x26C4DA) is known color: Summer Sky. HEX triplet: 26, C4 and DA. RGB value is (38,196,218). Sum of RGB (Red+Green+Blue) = 38+196+218=452 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.41% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #26C4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26C4DA is #D93B25. Grayscale: #979797. Windows color (decimal): -14236454 or 14337062. OLE color: 14337062.
HSL color Cylindrical-coordinate representation of color #26C4DA: hue angle of 187.33º 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 #26C4DA is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 196 | 218 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.15 |
| HSL | 187.33º | 0.71% | 0.5% | - |
| HSV(B) | 187.33º | 0.83% | 0.85% | - |
| XYZ | 33.19 | 44.95 | 73.26 | - |
| YUV | 151.27 | 165.65 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 196 | 218 | 0.83 | 0.10 | 0 | 0.15 | 187.33 | 0.71 | 0.5 |
| Hex | 26 | C4 | DA | 53 | A | 0 | F | BB | 47 | 32 |
| Octal | 46 | 304 | 332 | 123 | 12 | 0 | 17 | 273 | 107 | 62 |
| Binary | 100110 | 11000100 | 11011010 | 1010011 | 1010 | 0 | 1111 | 10111011 | 1000111 | 110010 |
Color Harmonies of #26C4DA
Complementary color
Monochromatic Colors of #26C4DA
Black with #26C4DA
Text Example
Text Example
White with #26C4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C4DA; }
p { color: rgb(38,196,218); }
H1.HeaderClassName
{
color: #26C4DA;
}
.AnyTagClassName
{
color: #26C4DA;
}
</style>
background-color css
<style>
a { background-color: #26C4DA; }
a { background-color: rgb(38,196,218); }
div.DivClassName
{
background-color: #26C4DA;
}
.BgClassName
{
background-color: #26C4DA;
}
</style>
border-color css
<style>
span { border-color: #26C4DA; }
span { border-color: rgb(38,196,218); }
td.TdClassName
{
border-color: #26C4DA;
}
.TagClassName
{
border-color: #26C4DA;
}
</style>