Shades of Summer Sky #23CDE1
Tints of Summer Sky #23CDE1
RGB
CMYK
RGB Variations
Color information
#23CDE1 (or 0x23CDE1) is known color: Summer Sky. HEX triplet: 23, CD and E1. RGB value is (35,205,225). Sum of RGB (Red+Green+Blue) = 35+205+225=465 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.53% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #23CDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CDE1 is #DC321E. Grayscale: #9C9C9C. Windows color (decimal): -14430751 or 14798115. OLE color: 14798115.
HSL color Cylindrical-coordinate representation of color #23CDE1: hue angle of 186.32º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CDE1 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 205 | 225 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.12 |
| HSL | 186.32º | 0.76% | 0.51% | - |
| HSV(B) | 186.32º | 0.84% | 0.88% | - |
| XYZ | 36.12 | 49.46 | 78.88 | - |
| YUV | 156.45 | 166.68 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 205 | 225 | 0.84 | 0.09 | 0 | 0.12 | 186.32 | 0.76 | 0.51 |
| Hex | 23 | CD | E1 | 54 | 9 | 0 | C | BA | 4C | 33 |
| Octal | 43 | 315 | 341 | 124 | 11 | 0 | 14 | 272 | 114 | 63 |
| Binary | 100011 | 11001101 | 11100001 | 1010100 | 1001 | 0 | 1100 | 10111010 | 1001100 | 110011 |
Color Harmonies of #23CDE1
Complementary color
Monochromatic Colors of #23CDE1
Black with #23CDE1
Text Example
Text Example
White with #23CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CDE1; }
p { color: rgb(35,205,225); }
H1.HeaderClassName
{
color: #23CDE1;
}
.AnyTagClassName
{
color: #23CDE1;
}
</style>
background-color css
<style>
a { background-color: #23CDE1; }
a { background-color: rgb(35,205,225); }
div.DivClassName
{
background-color: #23CDE1;
}
.BgClassName
{
background-color: #23CDE1;
}
</style>
border-color css
<style>
span { border-color: #23CDE1; }
span { border-color: rgb(35,205,225); }
td.TdClassName
{
border-color: #23CDE1;
}
.TagClassName
{
border-color: #23CDE1;
}
</style>