Shades of Summer Sky #23BDCE
Tints of Summer Sky #23BDCE
RGB
CMYK
RGB Variations
Color information
#23BDCE (or 0x23BDCE) is known color: Summer Sky. HEX triplet: 23, BD and CE. RGB value is (35,189,206). Sum of RGB (Red+Green+Blue) = 35+189+206=430 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.14% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #23BDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDCE is #DC4231. Grayscale: #909090. Windows color (decimal): -14434866 or 13548835. OLE color: 13548835.
HSL color Cylindrical-coordinate representation of color #23BDCE: hue angle of 185.96º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23BDCE is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 189 | 206 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.19 |
| HSL | 185.96º | 0.71% | 0.47% | - |
| HSV(B) | 185.96º | 0.83% | 0.81% | - |
| XYZ | 30.03 | 41.21 | 64.76 | - |
| YUV | 144.89 | 162.48 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 206 | 0.83 | 0.08 | 0 | 0.19 | 185.96 | 0.71 | 0.47 |
| Hex | 23 | BD | CE | 53 | 8 | 0 | 13 | BA | 47 | 2F |
| Octal | 43 | 275 | 316 | 123 | 10 | 0 | 23 | 272 | 107 | 57 |
| Binary | 100011 | 10111101 | 11001110 | 1010011 | 1000 | 0 | 10011 | 10111010 | 1000111 | 101111 |
Color Harmonies of #23BDCE
Complementary color
Monochromatic Colors of #23BDCE
Black with #23BDCE
Text Example
Text Example
White with #23BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BDCE; }
p { color: rgb(35,189,206); }
H1.HeaderClassName
{
color: #23BDCE;
}
.AnyTagClassName
{
color: #23BDCE;
}
</style>
background-color css
<style>
a { background-color: #23BDCE; }
a { background-color: rgb(35,189,206); }
div.DivClassName
{
background-color: #23BDCE;
}
.BgClassName
{
background-color: #23BDCE;
}
</style>
border-color css
<style>
span { border-color: #23BDCE; }
span { border-color: rgb(35,189,206); }
td.TdClassName
{
border-color: #23BDCE;
}
.TagClassName
{
border-color: #23BDCE;
}
</style>