Shades of Summer Sky #23ACDF
Tints of Summer Sky #23ACDF
RGB
CMYK
RGB Variations
Color information
#23ACDF (or 0x23ACDF) is known color: Summer Sky. HEX triplet: 23, AC and DF. RGB value is (35,172,223). Sum of RGB (Red+Green+Blue) = 35+172+223=430 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.14% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #23ACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ACDF is #DC5320. Grayscale: #888888. Windows color (decimal): -14439201 or 14658595. OLE color: 14658595.
HSL color Cylindrical-coordinate representation of color #23ACDF: hue angle of 196.28º 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 #23ACDF is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 172 | 223 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.13 |
| HSL | 196.28º | 0.75% | 0.51% | - |
| HSV(B) | 196.28º | 0.84% | 0.87% | - |
| XYZ | 28.76 | 35.19 | 75.09 | - |
| YUV | 136.85 | 176.61 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 172 | 223 | 0.84 | 0.23 | 0 | 0.13 | 196.28 | 0.75 | 0.51 |
| Hex | 23 | AC | DF | 54 | 17 | 0 | D | C4 | 4B | 33 |
| Octal | 43 | 254 | 337 | 124 | 27 | 0 | 15 | 304 | 113 | 63 |
| Binary | 100011 | 10101100 | 11011111 | 1010100 | 10111 | 0 | 1101 | 11000100 | 1001011 | 110011 |
Color Harmonies of #23ACDF
Complementary color
Monochromatic Colors of #23ACDF
Black with #23ACDF
Text Example
Text Example
White with #23ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ACDF; }
p { color: rgb(35,172,223); }
H1.HeaderClassName
{
color: #23ACDF;
}
.AnyTagClassName
{
color: #23ACDF;
}
</style>
background-color css
<style>
a { background-color: #23ACDF; }
a { background-color: rgb(35,172,223); }
div.DivClassName
{
background-color: #23ACDF;
}
.BgClassName
{
background-color: #23ACDF;
}
</style>
border-color css
<style>
span { border-color: #23ACDF; }
span { border-color: rgb(35,172,223); }
td.TdClassName
{
border-color: #23ACDF;
}
.TagClassName
{
border-color: #23ACDF;
}
</style>