Shades of Summer Sky #23BCD5
Tints of Summer Sky #23BCD5
RGB
CMYK
RGB Variations
Color information
#23BCD5 (or 0x23BCD5) is known color: Summer Sky. HEX triplet: 23, BC and D5. RGB value is (35,188,213). Sum of RGB (Red+Green+Blue) = 35+188+213=436 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.03% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #23BCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BCD5 is #DC432A. Grayscale: #909090. Windows color (decimal): -14435115 or 14007331. OLE color: 14007331.
HSL color Cylindrical-coordinate representation of color #23BCD5: hue angle of 188.43º 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 #23BCD5 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 188 | 213 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.16 |
| HSL | 188.43º | 0.72% | 0.49% | - |
| HSV(B) | 188.43º | 0.84% | 0.84% | - |
| XYZ | 30.69 | 41.13 | 69.27 | - |
| YUV | 145.1 | 166.31 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 213 | 0.84 | 0.12 | 0 | 0.16 | 188.43 | 0.72 | 0.49 |
| Hex | 23 | BC | D5 | 54 | C | 0 | 10 | BC | 48 | 31 |
| Octal | 43 | 274 | 325 | 124 | 14 | 0 | 20 | 274 | 110 | 61 |
| Binary | 100011 | 10111100 | 11010101 | 1010100 | 1100 | 0 | 10000 | 10111100 | 1001000 | 110001 |
Color Harmonies of #23BCD5
Complementary color
Monochromatic Colors of #23BCD5
Black with #23BCD5
Text Example
Text Example
White with #23BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BCD5; }
p { color: rgb(35,188,213); }
H1.HeaderClassName
{
color: #23BCD5;
}
.AnyTagClassName
{
color: #23BCD5;
}
</style>
background-color css
<style>
a { background-color: #23BCD5; }
a { background-color: rgb(35,188,213); }
div.DivClassName
{
background-color: #23BCD5;
}
.BgClassName
{
background-color: #23BCD5;
}
</style>
border-color css
<style>
span { border-color: #23BCD5; }
span { border-color: rgb(35,188,213); }
td.TdClassName
{
border-color: #23BCD5;
}
.TagClassName
{
border-color: #23BCD5;
}
</style>