Shades of Summer Sky #23B5CE
Tints of Summer Sky #23B5CE
RGB
CMYK
RGB Variations
Color information
#23B5CE (or 0x23B5CE) is known color: Summer Sky. HEX triplet: 23, B5 and CE. RGB value is (35,181,206). Sum of RGB (Red+Green+Blue) = 35+181+206=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #23B5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B5CE is #DC4A31. Grayscale: #8B8B8B. Windows color (decimal): -14436914 or 13546787. OLE color: 13546787.
HSL color Cylindrical-coordinate representation of color #23B5CE: hue angle of 188.77º 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 #23B5CE is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 181 | 206 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.19 |
| HSL | 188.77º | 0.71% | 0.47% | - |
| HSV(B) | 188.77º | 0.83% | 0.81% | - |
| XYZ | 28.36 | 37.86 | 64.21 | - |
| YUV | 140.2 | 165.13 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 181 | 206 | 0.83 | 0.12 | 0 | 0.19 | 188.77 | 0.71 | 0.47 |
| Hex | 23 | B5 | CE | 53 | C | 0 | 13 | BD | 47 | 2F |
| Octal | 43 | 265 | 316 | 123 | 14 | 0 | 23 | 275 | 107 | 57 |
| Binary | 100011 | 10110101 | 11001110 | 1010011 | 1100 | 0 | 10011 | 10111101 | 1000111 | 101111 |
Color Harmonies of #23B5CE
Complementary color
Monochromatic Colors of #23B5CE
Black with #23B5CE
Text Example
Text Example
White with #23B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B5CE; }
p { color: rgb(35,181,206); }
H1.HeaderClassName
{
color: #23B5CE;
}
.AnyTagClassName
{
color: #23B5CE;
}
</style>
background-color css
<style>
a { background-color: #23B5CE; }
a { background-color: rgb(35,181,206); }
div.DivClassName
{
background-color: #23B5CE;
}
.BgClassName
{
background-color: #23B5CE;
}
</style>
border-color css
<style>
span { border-color: #23B5CE; }
span { border-color: rgb(35,181,206); }
td.TdClassName
{
border-color: #23B5CE;
}
.TagClassName
{
border-color: #23B5CE;
}
</style>