Shades of Summer Sky #23BFCF
Tints of Summer Sky #23BFCF
RGB
CMYK
RGB Variations
Color information
#23BFCF (or 0x23BFCF) is known color: Summer Sky. HEX triplet: 23, BF and CF. RGB value is (35,191,207). Sum of RGB (Red+Green+Blue) = 35+191+207=433 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.08% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #23BFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BFCF is #DC4030. Grayscale: #919191. Windows color (decimal): -14434353 or 13614883. OLE color: 13614883.
HSL color Cylindrical-coordinate representation of color #23BFCF: hue angle of 185.58º 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 #23BFCF is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 191 | 207 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.19 |
| HSL | 185.58º | 0.71% | 0.47% | - |
| HSV(B) | 185.58º | 0.83% | 0.81% | - |
| XYZ | 30.59 | 42.12 | 65.55 | - |
| YUV | 146.18 | 162.32 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 207 | 0.83 | 0.08 | 0 | 0.19 | 185.58 | 0.71 | 0.47 |
| Hex | 23 | BF | CF | 53 | 8 | 0 | 13 | BA | 47 | 2F |
| Octal | 43 | 277 | 317 | 123 | 10 | 0 | 23 | 272 | 107 | 57 |
| Binary | 100011 | 10111111 | 11001111 | 1010011 | 1000 | 0 | 10011 | 10111010 | 1000111 | 101111 |
Color Harmonies of #23BFCF
Complementary color
Monochromatic Colors of #23BFCF
Black with #23BFCF
Text Example
Text Example
White with #23BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BFCF; }
p { color: rgb(35,191,207); }
H1.HeaderClassName
{
color: #23BFCF;
}
.AnyTagClassName
{
color: #23BFCF;
}
</style>
background-color css
<style>
a { background-color: #23BFCF; }
a { background-color: rgb(35,191,207); }
div.DivClassName
{
background-color: #23BFCF;
}
.BgClassName
{
background-color: #23BFCF;
}
</style>
border-color css
<style>
span { border-color: #23BFCF; }
span { border-color: rgb(35,191,207); }
td.TdClassName
{
border-color: #23BFCF;
}
.TagClassName
{
border-color: #23BFCF;
}
</style>