Shades of Summer Sky #23A5DF
Tints of Summer Sky #23A5DF
RGB
CMYK
RGB Variations
Color information
#23A5DF (or 0x23A5DF) is known color: Summer Sky. HEX triplet: 23, A5 and DF. RGB value is (35,165,223). Sum of RGB (Red+Green+Blue) = 35+165+223=423 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.27% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #23A5DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A5DF is #DC5A20. Grayscale: #848484. Windows color (decimal): -14440993 or 14656803. OLE color: 14656803.
HSL color Cylindrical-coordinate representation of color #23A5DF: hue angle of 198.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23A5DF is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 165 | 223 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.13 |
| HSL | 198.51º | 0.75% | 0.51% | - |
| HSV(B) | 198.51º | 0.84% | 0.87% | - |
| XYZ | 27.47 | 32.6 | 74.66 | - |
| YUV | 132.74 | 178.93 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 165 | 223 | 0.84 | 0.26 | 0 | 0.13 | 198.51 | 0.75 | 0.51 |
| Hex | 23 | A5 | DF | 54 | 1A | 0 | D | C7 | 4B | 33 |
| Octal | 43 | 245 | 337 | 124 | 32 | 0 | 15 | 307 | 113 | 63 |
| Binary | 100011 | 10100101 | 11011111 | 1010100 | 11010 | 0 | 1101 | 11000111 | 1001011 | 110011 |
Color Harmonies of #23A5DF
Complementary color
Monochromatic Colors of #23A5DF
Black with #23A5DF
Text Example
Text Example
White with #23A5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A5DF; }
p { color: rgb(35,165,223); }
H1.HeaderClassName
{
color: #23A5DF;
}
.AnyTagClassName
{
color: #23A5DF;
}
</style>
background-color css
<style>
a { background-color: #23A5DF; }
a { background-color: rgb(35,165,223); }
div.DivClassName
{
background-color: #23A5DF;
}
.BgClassName
{
background-color: #23A5DF;
}
</style>
border-color css
<style>
span { border-color: #23A5DF; }
span { border-color: rgb(35,165,223); }
td.TdClassName
{
border-color: #23A5DF;
}
.TagClassName
{
border-color: #23A5DF;
}
</style>