Shades of Summer Sky #23A4DF
Tints of Summer Sky #23A4DF
RGB
CMYK
RGB Variations
Color information
#23A4DF (or 0x23A4DF) is known color: Summer Sky. HEX triplet: 23, A4 and DF. RGB value is (35,164,223). Sum of RGB (Red+Green+Blue) = 35+164+223=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #23A4DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A4DF is #DC5B20. Grayscale: #838383. Windows color (decimal): -14441249 or 14656547. OLE color: 14656547.
HSL color Cylindrical-coordinate representation of color #23A4DF: hue angle of 198.83º 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 #23A4DF is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 164 | 223 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.13 |
| HSL | 198.83º | 0.75% | 0.51% | - |
| HSV(B) | 198.83º | 0.84% | 0.87% | - |
| XYZ | 27.29 | 32.24 | 74.6 | - |
| YUV | 132.16 | 179.26 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 164 | 223 | 0.84 | 0.26 | 0 | 0.13 | 198.83 | 0.75 | 0.51 |
| Hex | 23 | A4 | DF | 54 | 1A | 0 | D | C7 | 4B | 33 |
| Octal | 43 | 244 | 337 | 124 | 32 | 0 | 15 | 307 | 113 | 63 |
| Binary | 100011 | 10100100 | 11011111 | 1010100 | 11010 | 0 | 1101 | 11000111 | 1001011 | 110011 |
Color Harmonies of #23A4DF
Complementary color
Monochromatic Colors of #23A4DF
Black with #23A4DF
Text Example
Text Example
White with #23A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A4DF; }
p { color: rgb(35,164,223); }
H1.HeaderClassName
{
color: #23A4DF;
}
.AnyTagClassName
{
color: #23A4DF;
}
</style>
background-color css
<style>
a { background-color: #23A4DF; }
a { background-color: rgb(35,164,223); }
div.DivClassName
{
background-color: #23A4DF;
}
.BgClassName
{
background-color: #23A4DF;
}
</style>
border-color css
<style>
span { border-color: #23A4DF; }
span { border-color: rgb(35,164,223); }
td.TdClassName
{
border-color: #23A4DF;
}
.TagClassName
{
border-color: #23A4DF;
}
</style>