Shades of Summer Sky #23A6EA
Tints of Summer Sky #23A6EA
RGB
CMYK
RGB Variations
Color information
#23A6EA (or 0x23A6EA) is known color: Summer Sky. HEX triplet: 23, A6 and EA. RGB value is (35,166,234). Sum of RGB (Red+Green+Blue) = 35+166+234=435 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.05% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #23A6EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A6EA is #DC5915. Grayscale: #868686. Windows color (decimal): -14440726 or 15377955. OLE color: 15377955.
HSL color Cylindrical-coordinate representation of color #23A6EA: hue angle of 200.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23A6EA is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 166 | 234 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.08 |
| HSL | 200.5º | 0.83% | 0.53% | - |
| HSV(B) | 200.5º | 0.85% | 0.92% | - |
| XYZ | 29.18 | 33.57 | 82.78 | - |
| YUV | 134.58 | 184.1 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 166 | 234 | 0.85 | 0.29 | 0 | 0.08 | 200.5 | 0.83 | 0.53 |
| Hex | 23 | A6 | EA | 55 | 1D | 0 | 8 | C9 | 53 | 35 |
| Octal | 43 | 246 | 352 | 125 | 35 | 0 | 10 | 311 | 123 | 65 |
| Binary | 100011 | 10100110 | 11101010 | 1010101 | 11101 | 0 | 1000 | 11001001 | 1010011 | 110101 |
Color Harmonies of #23A6EA
Complementary color
Monochromatic Colors of #23A6EA
Black with #23A6EA
Text Example
Text Example
White with #23A6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A6EA; }
p { color: rgb(35,166,234); }
H1.HeaderClassName
{
color: #23A6EA;
}
.AnyTagClassName
{
color: #23A6EA;
}
</style>
background-color css
<style>
a { background-color: #23A6EA; }
a { background-color: rgb(35,166,234); }
div.DivClassName
{
background-color: #23A6EA;
}
.BgClassName
{
background-color: #23A6EA;
}
</style>
border-color css
<style>
span { border-color: #23A6EA; }
span { border-color: rgb(35,166,234); }
td.TdClassName
{
border-color: #23A6EA;
}
.TagClassName
{
border-color: #23A6EA;
}
</style>