Shades of Summer Sky #23BCDF
Tints of Summer Sky #23BCDF
RGB
CMYK
RGB Variations
Color information
#23BCDF (or 0x23BCDF) is known color: Summer Sky. HEX triplet: 23, BC and DF. RGB value is (35,188,223). Sum of RGB (Red+Green+Blue) = 35+188+223=446 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.85% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #23BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BCDF is #DC4320. Grayscale: #919191. Windows color (decimal): -14435105 or 14662691. OLE color: 14662691.
HSL color Cylindrical-coordinate representation of color #23BCDF: hue angle of 191.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23BCDF is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 188 | 223 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.13 |
| HSL | 191.17º | 0.75% | 0.51% | - |
| HSV(B) | 191.17º | 0.84% | 0.87% | - |
| XYZ | 32 | 41.65 | 76.17 | - |
| YUV | 146.24 | 171.31 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 223 | 0.84 | 0.16 | 0 | 0.13 | 191.17 | 0.75 | 0.51 |
| Hex | 23 | BC | DF | 54 | 10 | 0 | D | BF | 4B | 33 |
| Octal | 43 | 274 | 337 | 124 | 20 | 0 | 15 | 277 | 113 | 63 |
| Binary | 100011 | 10111100 | 11011111 | 1010100 | 10000 | 0 | 1101 | 10111111 | 1001011 | 110011 |
Color Harmonies of #23BCDF
Complementary color
Monochromatic Colors of #23BCDF
Black with #23BCDF
Text Example
Text Example
White with #23BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BCDF; }
p { color: rgb(35,188,223); }
H1.HeaderClassName
{
color: #23BCDF;
}
.AnyTagClassName
{
color: #23BCDF;
}
</style>
background-color css
<style>
a { background-color: #23BCDF; }
a { background-color: rgb(35,188,223); }
div.DivClassName
{
background-color: #23BCDF;
}
.BgClassName
{
background-color: #23BCDF;
}
</style>
border-color css
<style>
span { border-color: #23BCDF; }
span { border-color: rgb(35,188,223); }
td.TdClassName
{
border-color: #23BCDF;
}
.TagClassName
{
border-color: #23BCDF;
}
</style>