Shades of Summer Sky #23BBDD
Tints of Summer Sky #23BBDD
RGB
CMYK
RGB Variations
Color information
#23BBDD (or 0x23BBDD) is known color: Summer Sky. HEX triplet: 23, BB and DD. RGB value is (35,187,221). Sum of RGB (Red+Green+Blue) = 35+187+221=443 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.90% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #23BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BBDD is #DC4422. Grayscale: #919191. Windows color (decimal): -14435363 or 14531363. OLE color: 14531363.
HSL color Cylindrical-coordinate representation of color #23BBDD: hue angle of 190.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23BBDD is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 187 | 221 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.13 |
| HSL | 190.97º | 0.73% | 0.5% | - |
| HSV(B) | 190.97º | 0.84% | 0.87% | - |
| XYZ | 31.51 | 41.12 | 74.68 | - |
| YUV | 145.43 | 170.64 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 187 | 221 | 0.84 | 0.15 | 0 | 0.13 | 190.97 | 0.73 | 0.5 |
| Hex | 23 | BB | DD | 54 | F | 0 | D | BF | 49 | 32 |
| Octal | 43 | 273 | 335 | 124 | 17 | 0 | 15 | 277 | 111 | 62 |
| Binary | 100011 | 10111011 | 11011101 | 1010100 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110010 |
Color Harmonies of #23BBDD
Complementary color
Monochromatic Colors of #23BBDD
Black with #23BBDD
Text Example
Text Example
White with #23BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BBDD; }
p { color: rgb(35,187,221); }
H1.HeaderClassName
{
color: #23BBDD;
}
.AnyTagClassName
{
color: #23BBDD;
}
</style>
background-color css
<style>
a { background-color: #23BBDD; }
a { background-color: rgb(35,187,221); }
div.DivClassName
{
background-color: #23BBDD;
}
.BgClassName
{
background-color: #23BBDD;
}
</style>
border-color css
<style>
span { border-color: #23BBDD; }
span { border-color: rgb(35,187,221); }
td.TdClassName
{
border-color: #23BBDD;
}
.TagClassName
{
border-color: #23BBDD;
}
</style>