Shades of Summer Sky #23A4D8
Tints of Summer Sky #23A4D8
RGB
CMYK
RGB Variations
Color information
#23A4D8 (or 0x23A4D8) is known color: Summer Sky. HEX triplet: 23, A4 and D8. RGB value is (35,164,216). Sum of RGB (Red+Green+Blue) = 35+164+216=415 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.43% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #23A4D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A4D8 is #DC5B27. Grayscale: #838383. Windows color (decimal): -14441256 or 14197795. OLE color: 14197795.
HSL color Cylindrical-coordinate representation of color #23A4D8: hue angle of 197.24º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23A4D8 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 164 | 216 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.15 |
| HSL | 197.24º | 0.72% | 0.49% | - |
| HSV(B) | 197.24º | 0.84% | 0.85% | - |
| XYZ | 26.36 | 31.87 | 69.73 | - |
| YUV | 131.36 | 175.76 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 164 | 216 | 0.84 | 0.24 | 0 | 0.15 | 197.24 | 0.72 | 0.49 |
| Hex | 23 | A4 | D8 | 54 | 18 | 0 | F | C5 | 48 | 31 |
| Octal | 43 | 244 | 330 | 124 | 30 | 0 | 17 | 305 | 110 | 61 |
| Binary | 100011 | 10100100 | 11011000 | 1010100 | 11000 | 0 | 1111 | 11000101 | 1001000 | 110001 |
Color Harmonies of #23A4D8
Complementary color
Monochromatic Colors of #23A4D8
Black with #23A4D8
Text Example
Text Example
White with #23A4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A4D8; }
p { color: rgb(35,164,216); }
H1.HeaderClassName
{
color: #23A4D8;
}
.AnyTagClassName
{
color: #23A4D8;
}
</style>
background-color css
<style>
a { background-color: #23A4D8; }
a { background-color: rgb(35,164,216); }
div.DivClassName
{
background-color: #23A4D8;
}
.BgClassName
{
background-color: #23A4D8;
}
</style>
border-color css
<style>
span { border-color: #23A4D8; }
span { border-color: rgb(35,164,216); }
td.TdClassName
{
border-color: #23A4D8;
}
.TagClassName
{
border-color: #23A4D8;
}
</style>