Shades of Summer Sky #23BDD5
Tints of Summer Sky #23BDD5
RGB
CMYK
RGB Variations
Color information
#23BDD5 (or 0x23BDD5) is known color: Summer Sky. HEX triplet: 23, BD and D5. RGB value is (35,189,213). Sum of RGB (Red+Green+Blue) = 35+189+213=437 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.01% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #23BDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDD5 is #DC422A. Grayscale: #919191. Windows color (decimal): -14434859 or 14007587. OLE color: 14007587.
HSL color Cylindrical-coordinate representation of color #23BDD5: hue angle of 188.09º 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 #23BDD5 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 189 | 213 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.16 |
| HSL | 188.09º | 0.72% | 0.49% | - |
| HSV(B) | 188.09º | 0.84% | 0.84% | - |
| XYZ | 30.9 | 41.56 | 69.34 | - |
| YUV | 145.69 | 165.98 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 213 | 0.84 | 0.11 | 0 | 0.16 | 188.09 | 0.72 | 0.49 |
| Hex | 23 | BD | D5 | 54 | B | 0 | 10 | BC | 48 | 31 |
| Octal | 43 | 275 | 325 | 124 | 13 | 0 | 20 | 274 | 110 | 61 |
| Binary | 100011 | 10111101 | 11010101 | 1010100 | 1011 | 0 | 10000 | 10111100 | 1001000 | 110001 |
Color Harmonies of #23BDD5
Complementary color
Monochromatic Colors of #23BDD5
Black with #23BDD5
Text Example
Text Example
White with #23BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BDD5; }
p { color: rgb(35,189,213); }
H1.HeaderClassName
{
color: #23BDD5;
}
.AnyTagClassName
{
color: #23BDD5;
}
</style>
background-color css
<style>
a { background-color: #23BDD5; }
a { background-color: rgb(35,189,213); }
div.DivClassName
{
background-color: #23BDD5;
}
.BgClassName
{
background-color: #23BDD5;
}
</style>
border-color css
<style>
span { border-color: #23BDD5; }
span { border-color: rgb(35,189,213); }
td.TdClassName
{
border-color: #23BDD5;
}
.TagClassName
{
border-color: #23BDD5;
}
</style>