Shades of Summer Sky #23B0CF
Tints of Summer Sky #23B0CF
RGB
CMYK
RGB Variations
Color information
#23B0CF (or 0x23B0CF) is known color: Summer Sky. HEX triplet: 23, B0 and CF. RGB value is (35,176,207). Sum of RGB (Red+Green+Blue) = 35+176+207=418 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.37% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #23B0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23B0CF is #DC4F30. Grayscale: #898989. Windows color (decimal): -14438193 or 13611043. OLE color: 13611043.
HSL color Cylindrical-coordinate representation of color #23B0CF: hue angle of 190.81º 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 #23B0CF is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 176 | 207 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.19 |
| HSL | 190.81º | 0.71% | 0.47% | - |
| HSV(B) | 190.81º | 0.83% | 0.81% | - |
| XYZ | 27.48 | 35.91 | 64.51 | - |
| YUV | 137.38 | 167.29 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 176 | 207 | 0.83 | 0.15 | 0 | 0.19 | 190.81 | 0.71 | 0.47 |
| Hex | 23 | B0 | CF | 53 | F | 0 | 13 | BF | 47 | 2F |
| Octal | 43 | 260 | 317 | 123 | 17 | 0 | 23 | 277 | 107 | 57 |
| Binary | 100011 | 10110000 | 11001111 | 1010011 | 1111 | 0 | 10011 | 10111111 | 1000111 | 101111 |
Color Harmonies of #23B0CF
Complementary color
Monochromatic Colors of #23B0CF
Black with #23B0CF
Text Example
Text Example
White with #23B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B0CF; }
p { color: rgb(35,176,207); }
H1.HeaderClassName
{
color: #23B0CF;
}
.AnyTagClassName
{
color: #23B0CF;
}
</style>
background-color css
<style>
a { background-color: #23B0CF; }
a { background-color: rgb(35,176,207); }
div.DivClassName
{
background-color: #23B0CF;
}
.BgClassName
{
background-color: #23B0CF;
}
</style>
border-color css
<style>
span { border-color: #23B0CF; }
span { border-color: rgb(35,176,207); }
td.TdClassName
{
border-color: #23B0CF;
}
.TagClassName
{
border-color: #23B0CF;
}
</style>