Shades of Summer Sky #23A5CE
Tints of Summer Sky #23A5CE
RGB
CMYK
RGB Variations
Color information
#23A5CE (or 0x23A5CE) is known color: Summer Sky. HEX triplet: 23, A5 and CE. RGB value is (35,165,206). Sum of RGB (Red+Green+Blue) = 35+165+206=406 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.62% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #23A5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A5CE is #DC5A31. Grayscale: #828282. Windows color (decimal): -14441010 or 13542691. OLE color: 13542691.
HSL color Cylindrical-coordinate representation of color #23A5CE: hue angle of 194.39º 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 #23A5CE is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 165 | 206 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.19 |
| HSL | 194.39º | 0.71% | 0.47% | - |
| HSV(B) | 194.39º | 0.83% | 0.81% | - |
| XYZ | 25.29 | 31.72 | 63.18 | - |
| YUV | 130.8 | 170.43 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 165 | 206 | 0.83 | 0.20 | 0 | 0.19 | 194.39 | 0.71 | 0.47 |
| Hex | 23 | A5 | CE | 53 | 14 | 0 | 13 | C2 | 47 | 2F |
| Octal | 43 | 245 | 316 | 123 | 24 | 0 | 23 | 302 | 107 | 57 |
| Binary | 100011 | 10100101 | 11001110 | 1010011 | 10100 | 0 | 10011 | 11000010 | 1000111 | 101111 |
Color Harmonies of #23A5CE
Complementary color
Monochromatic Colors of #23A5CE
Black with #23A5CE
Text Example
Text Example
White with #23A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A5CE; }
p { color: rgb(35,165,206); }
H1.HeaderClassName
{
color: #23A5CE;
}
.AnyTagClassName
{
color: #23A5CE;
}
</style>
background-color css
<style>
a { background-color: #23A5CE; }
a { background-color: rgb(35,165,206); }
div.DivClassName
{
background-color: #23A5CE;
}
.BgClassName
{
background-color: #23A5CE;
}
</style>
border-color css
<style>
span { border-color: #23A5CE; }
span { border-color: rgb(35,165,206); }
td.TdClassName
{
border-color: #23A5CE;
}
.TagClassName
{
border-color: #23A5CE;
}
</style>