Shades of Summer Sky #23B8D5
Tints of Summer Sky #23B8D5
RGB
CMYK
RGB Variations
Color information
#23B8D5 (or 0x23B8D5) is known color: Summer Sky. HEX triplet: 23, B8 and D5. RGB value is (35,184,213). Sum of RGB (Red+Green+Blue) = 35+184+213=432 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.10% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #23B8D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B8D5 is #DC472A. Grayscale: #8E8E8E. Windows color (decimal): -14436139 or 14006307. OLE color: 14006307.
HSL color Cylindrical-coordinate representation of color #23B8D5: hue angle of 189.78º 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 #23B8D5 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 184 | 213 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.16 |
| HSL | 189.78º | 0.72% | 0.49% | - |
| HSV(B) | 189.78º | 0.84% | 0.84% | - |
| XYZ | 29.84 | 39.44 | 68.99 | - |
| YUV | 142.76 | 167.64 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 184 | 213 | 0.84 | 0.14 | 0 | 0.16 | 189.78 | 0.72 | 0.49 |
| Hex | 23 | B8 | D5 | 54 | E | 0 | 10 | BE | 48 | 31 |
| Octal | 43 | 270 | 325 | 124 | 16 | 0 | 20 | 276 | 110 | 61 |
| Binary | 100011 | 10111000 | 11010101 | 1010100 | 1110 | 0 | 10000 | 10111110 | 1001000 | 110001 |
Color Harmonies of #23B8D5
Complementary color
Monochromatic Colors of #23B8D5
Black with #23B8D5
Text Example
Text Example
White with #23B8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B8D5; }
p { color: rgb(35,184,213); }
H1.HeaderClassName
{
color: #23B8D5;
}
.AnyTagClassName
{
color: #23B8D5;
}
</style>
background-color css
<style>
a { background-color: #23B8D5; }
a { background-color: rgb(35,184,213); }
div.DivClassName
{
background-color: #23B8D5;
}
.BgClassName
{
background-color: #23B8D5;
}
</style>
border-color css
<style>
span { border-color: #23B8D5; }
span { border-color: rgb(35,184,213); }
td.TdClassName
{
border-color: #23B8D5;
}
.TagClassName
{
border-color: #23B8D5;
}
</style>