Shades of Summer Sky #23C5D6
Tints of Summer Sky #23C5D6
RGB
CMYK
RGB Variations
Color information
#23C5D6 (or 0x23C5D6) is known color: Summer Sky. HEX triplet: 23, C5 and D6. RGB value is (35,197,214). Sum of RGB (Red+Green+Blue) = 35+197+214=446 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.85% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #23C5D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C5D6 is #DC3A29. Grayscale: #969696. Windows color (decimal): -14432810 or 14075171. OLE color: 14075171.
HSL color Cylindrical-coordinate representation of color #23C5D6: hue angle of 185.7º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23C5D6 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 197 | 214 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.16 |
| HSL | 185.7º | 0.72% | 0.49% | - |
| HSV(B) | 185.7º | 0.84% | 0.84% | - |
| XYZ | 32.8 | 45.14 | 70.6 | - |
| YUV | 150.5 | 163.83 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 197 | 214 | 0.84 | 0.08 | 0 | 0.16 | 185.7 | 0.72 | 0.49 |
| Hex | 23 | C5 | D6 | 54 | 8 | 0 | 10 | BA | 48 | 31 |
| Octal | 43 | 305 | 326 | 124 | 10 | 0 | 20 | 272 | 110 | 61 |
| Binary | 100011 | 11000101 | 11010110 | 1010100 | 1000 | 0 | 10000 | 10111010 | 1001000 | 110001 |
Color Harmonies of #23C5D6
Complementary color
Monochromatic Colors of #23C5D6
Black with #23C5D6
Text Example
Text Example
White with #23C5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C5D6; }
p { color: rgb(35,197,214); }
H1.HeaderClassName
{
color: #23C5D6;
}
.AnyTagClassName
{
color: #23C5D6;
}
</style>
background-color css
<style>
a { background-color: #23C5D6; }
a { background-color: rgb(35,197,214); }
div.DivClassName
{
background-color: #23C5D6;
}
.BgClassName
{
background-color: #23C5D6;
}
</style>
border-color css
<style>
span { border-color: #23C5D6; }
span { border-color: rgb(35,197,214); }
td.TdClassName
{
border-color: #23C5D6;
}
.TagClassName
{
border-color: #23C5D6;
}
</style>