Shades of Summer Sky #23A8DC
Tints of Summer Sky #23A8DC
RGB
CMYK
RGB Variations
Color information
#23A8DC (or 0x23A8DC) is known color: Summer Sky. HEX triplet: 23, A8 and DC. RGB value is (35,168,220). Sum of RGB (Red+Green+Blue) = 35+168+220=423 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.27% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #23A8DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A8DC is #DC5723. Grayscale: #858585. Windows color (decimal): -14440228 or 14460963. OLE color: 14460963.
HSL color Cylindrical-coordinate representation of color #23A8DC: hue angle of 196.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23A8DC is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 168 | 220 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.14 |
| HSL | 196.86º | 0.73% | 0.5% | - |
| HSV(B) | 196.86º | 0.84% | 0.86% | - |
| XYZ | 27.61 | 33.53 | 72.73 | - |
| YUV | 134.16 | 176.44 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 168 | 220 | 0.84 | 0.24 | 0 | 0.14 | 196.86 | 0.73 | 0.5 |
| Hex | 23 | A8 | DC | 54 | 18 | 0 | E | C5 | 49 | 32 |
| Octal | 43 | 250 | 334 | 124 | 30 | 0 | 16 | 305 | 111 | 62 |
| Binary | 100011 | 10101000 | 11011100 | 1010100 | 11000 | 0 | 1110 | 11000101 | 1001001 | 110010 |
Color Harmonies of #23A8DC
Complementary color
Monochromatic Colors of #23A8DC
Black with #23A8DC
Text Example
Text Example
White with #23A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A8DC; }
p { color: rgb(35,168,220); }
H1.HeaderClassName
{
color: #23A8DC;
}
.AnyTagClassName
{
color: #23A8DC;
}
</style>
background-color css
<style>
a { background-color: #23A8DC; }
a { background-color: rgb(35,168,220); }
div.DivClassName
{
background-color: #23A8DC;
}
.BgClassName
{
background-color: #23A8DC;
}
</style>
border-color css
<style>
span { border-color: #23A8DC; }
span { border-color: rgb(35,168,220); }
td.TdClassName
{
border-color: #23A8DC;
}
.TagClassName
{
border-color: #23A8DC;
}
</style>