Shades of Summer Sky #23BBDE
Tints of Summer Sky #23BBDE
RGB
CMYK
RGB Variations
Color information
#23BBDE (or 0x23BBDE) is known color: Summer Sky. HEX triplet: 23, BB and DE. RGB value is (35,187,222). Sum of RGB (Red+Green+Blue) = 35+187+222=444 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.88% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #23BBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BBDE is #DC4421. Grayscale: #919191. Windows color (decimal): -14435362 or 14596899. OLE color: 14596899.
HSL color Cylindrical-coordinate representation of color #23BBDE: hue angle of 191.23º degrees, saturation: 0.74, 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 #23BBDE is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 187 | 222 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.13 |
| HSL | 191.23º | 0.74% | 0.5% | - |
| HSV(B) | 191.23º | 0.84% | 0.87% | - |
| XYZ | 31.65 | 41.17 | 75.39 | - |
| YUV | 145.54 | 171.14 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 187 | 222 | 0.84 | 0.16 | 0 | 0.13 | 191.23 | 0.74 | 0.5 |
| Hex | 23 | BB | DE | 54 | 10 | 0 | D | BF | 4A | 32 |
| Octal | 43 | 273 | 336 | 124 | 20 | 0 | 15 | 277 | 112 | 62 |
| Binary | 100011 | 10111011 | 11011110 | 1010100 | 10000 | 0 | 1101 | 10111111 | 1001010 | 110010 |
Color Harmonies of #23BBDE
Complementary color
Monochromatic Colors of #23BBDE
Black with #23BBDE
Text Example
Text Example
White with #23BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BBDE; }
p { color: rgb(35,187,222); }
H1.HeaderClassName
{
color: #23BBDE;
}
.AnyTagClassName
{
color: #23BBDE;
}
</style>
background-color css
<style>
a { background-color: #23BBDE; }
a { background-color: rgb(35,187,222); }
div.DivClassName
{
background-color: #23BBDE;
}
.BgClassName
{
background-color: #23BBDE;
}
</style>
border-color css
<style>
span { border-color: #23BBDE; }
span { border-color: rgb(35,187,222); }
td.TdClassName
{
border-color: #23BBDE;
}
.TagClassName
{
border-color: #23BBDE;
}
</style>