Shades of Summer Sky #23A2CE
Tints of Summer Sky #23A2CE
RGB
CMYK
RGB Variations
Color information
#23A2CE (or 0x23A2CE) is known color: Summer Sky. HEX triplet: 23, A2 and CE. RGB value is (35,162,206). Sum of RGB (Red+Green+Blue) = 35+162+206=403 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.68% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #23A2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A2CE is #DC5D31. Grayscale: #808080. Windows color (decimal): -14441778 or 13541923. OLE color: 13541923.
HSL color Cylindrical-coordinate representation of color #23A2CE: hue angle of 195.44º 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 #23A2CE is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 162 | 206 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.19 |
| HSL | 195.44º | 0.71% | 0.47% | - |
| HSV(B) | 195.44º | 0.83% | 0.81% | - |
| XYZ | 24.75 | 30.65 | 63 | - |
| YUV | 129.04 | 171.42 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 162 | 206 | 0.83 | 0.21 | 0 | 0.19 | 195.44 | 0.71 | 0.47 |
| Hex | 23 | A2 | CE | 53 | 15 | 0 | 13 | C3 | 47 | 2F |
| Octal | 43 | 242 | 316 | 123 | 25 | 0 | 23 | 303 | 107 | 57 |
| Binary | 100011 | 10100010 | 11001110 | 1010011 | 10101 | 0 | 10011 | 11000011 | 1000111 | 101111 |
Color Harmonies of #23A2CE
Complementary color
Monochromatic Colors of #23A2CE
Black with #23A2CE
Text Example
Text Example
White with #23A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A2CE; }
p { color: rgb(35,162,206); }
H1.HeaderClassName
{
color: #23A2CE;
}
.AnyTagClassName
{
color: #23A2CE;
}
</style>
background-color css
<style>
a { background-color: #23A2CE; }
a { background-color: rgb(35,162,206); }
div.DivClassName
{
background-color: #23A2CE;
}
.BgClassName
{
background-color: #23A2CE;
}
</style>
border-color css
<style>
span { border-color: #23A2CE; }
span { border-color: rgb(35,162,206); }
td.TdClassName
{
border-color: #23A2CE;
}
.TagClassName
{
border-color: #23A2CE;
}
</style>