Shades of Summer Sky #23A2DF
Tints of Summer Sky #23A2DF
RGB
CMYK
RGB Variations
Color information
#23A2DF (or 0x23A2DF) is known color: Summer Sky. HEX triplet: 23, A2 and DF. RGB value is (35,162,223). Sum of RGB (Red+Green+Blue) = 35+162+223=420 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.33% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #23A2DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A2DF is #DC5D20. Grayscale: #828282. Windows color (decimal): -14441761 or 14656035. OLE color: 14656035.
HSL color Cylindrical-coordinate representation of color #23A2DF: hue angle of 199.47º 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 #23A2DF is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 162 | 223 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.13 |
| HSL | 199.47º | 0.75% | 0.51% | - |
| HSV(B) | 199.47º | 0.84% | 0.87% | - |
| XYZ | 26.93 | 31.53 | 74.48 | - |
| YUV | 130.98 | 179.92 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 162 | 223 | 0.84 | 0.27 | 0 | 0.13 | 199.47 | 0.75 | 0.51 |
| Hex | 23 | A2 | DF | 54 | 1B | 0 | D | C7 | 4B | 33 |
| Octal | 43 | 242 | 337 | 124 | 33 | 0 | 15 | 307 | 113 | 63 |
| Binary | 100011 | 10100010 | 11011111 | 1010100 | 11011 | 0 | 1101 | 11000111 | 1001011 | 110011 |
Color Harmonies of #23A2DF
Complementary color
Monochromatic Colors of #23A2DF
Black with #23A2DF
Text Example
Text Example
White with #23A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A2DF; }
p { color: rgb(35,162,223); }
H1.HeaderClassName
{
color: #23A2DF;
}
.AnyTagClassName
{
color: #23A2DF;
}
</style>
background-color css
<style>
a { background-color: #23A2DF; }
a { background-color: rgb(35,162,223); }
div.DivClassName
{
background-color: #23A2DF;
}
.BgClassName
{
background-color: #23A2DF;
}
</style>
border-color css
<style>
span { border-color: #23A2DF; }
span { border-color: rgb(35,162,223); }
td.TdClassName
{
border-color: #23A2DF;
}
.TagClassName
{
border-color: #23A2DF;
}
</style>