Shades of Summer Sky #23A8CF
Tints of Summer Sky #23A8CF
RGB
CMYK
RGB Variations
Color information
#23A8CF (or 0x23A8CF) is known color: Summer Sky. HEX triplet: 23, A8 and CF. RGB value is (35,168,207). Sum of RGB (Red+Green+Blue) = 35+168+207=410 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.54% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #23A8CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A8CF is #DC5730. Grayscale: #848484. Windows color (decimal): -14440241 or 13608995. OLE color: 13608995.
HSL color Cylindrical-coordinate representation of color #23A8CF: hue angle of 193.6º 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 #23A8CF is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 168 | 207 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.19 |
| HSL | 193.6º | 0.71% | 0.47% | - |
| HSV(B) | 193.6º | 0.83% | 0.81% | - |
| XYZ | 25.96 | 32.87 | 64.01 | - |
| YUV | 132.68 | 169.94 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 168 | 207 | 0.83 | 0.19 | 0 | 0.19 | 193.6 | 0.71 | 0.47 |
| Hex | 23 | A8 | CF | 53 | 13 | 0 | 13 | C2 | 47 | 2F |
| Octal | 43 | 250 | 317 | 123 | 23 | 0 | 23 | 302 | 107 | 57 |
| Binary | 100011 | 10101000 | 11001111 | 1010011 | 10011 | 0 | 10011 | 11000010 | 1000111 | 101111 |
Color Harmonies of #23A8CF
Complementary color
Monochromatic Colors of #23A8CF
Black with #23A8CF
Text Example
Text Example
White with #23A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A8CF; }
p { color: rgb(35,168,207); }
H1.HeaderClassName
{
color: #23A8CF;
}
.AnyTagClassName
{
color: #23A8CF;
}
</style>
background-color css
<style>
a { background-color: #23A8CF; }
a { background-color: rgb(35,168,207); }
div.DivClassName
{
background-color: #23A8CF;
}
.BgClassName
{
background-color: #23A8CF;
}
</style>
border-color css
<style>
span { border-color: #23A8CF; }
span { border-color: rgb(35,168,207); }
td.TdClassName
{
border-color: #23A8CF;
}
.TagClassName
{
border-color: #23A8CF;
}
</style>