Shades of Summer Sky #23BCDA
Tints of Summer Sky #23BCDA
RGB
CMYK
RGB Variations
Color information
#23BCDA (or 0x23BCDA) is known color: Summer Sky. HEX triplet: 23, BC and DA. RGB value is (35,188,218). Sum of RGB (Red+Green+Blue) = 35+188+218=441 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.94% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #23BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BCDA is #DC4325. Grayscale: #919191. Windows color (decimal): -14435110 or 14335011. OLE color: 14335011.
HSL color Cylindrical-coordinate representation of color #23BCDA: hue angle of 189.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23BCDA is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 188 | 218 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.15 |
| HSL | 189.84º | 0.72% | 0.5% | - |
| HSV(B) | 189.84º | 0.84% | 0.85% | - |
| XYZ | 31.33 | 41.39 | 72.67 | - |
| YUV | 145.67 | 168.81 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 218 | 0.84 | 0.14 | 0 | 0.15 | 189.84 | 0.72 | 0.5 |
| Hex | 23 | BC | DA | 54 | E | 0 | F | BE | 48 | 32 |
| Octal | 43 | 274 | 332 | 124 | 16 | 0 | 17 | 276 | 110 | 62 |
| Binary | 100011 | 10111100 | 11011010 | 1010100 | 1110 | 0 | 1111 | 10111110 | 1001000 | 110010 |
Color Harmonies of #23BCDA
Complementary color
Monochromatic Colors of #23BCDA
Black with #23BCDA
Text Example
Text Example
White with #23BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BCDA; }
p { color: rgb(35,188,218); }
H1.HeaderClassName
{
color: #23BCDA;
}
.AnyTagClassName
{
color: #23BCDA;
}
</style>
background-color css
<style>
a { background-color: #23BCDA; }
a { background-color: rgb(35,188,218); }
div.DivClassName
{
background-color: #23BCDA;
}
.BgClassName
{
background-color: #23BCDA;
}
</style>
border-color css
<style>
span { border-color: #23BCDA; }
span { border-color: rgb(35,188,218); }
td.TdClassName
{
border-color: #23BCDA;
}
.TagClassName
{
border-color: #23BCDA;
}
</style>