Shades of Summer Sky #23AECF
Tints of Summer Sky #23AECF
RGB
CMYK
RGB Variations
Color information
#23AECF (or 0x23AECF) is known color: Summer Sky. HEX triplet: 23, AE and CF. RGB value is (35,174,207). Sum of RGB (Red+Green+Blue) = 35+174+207=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #23AECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AECF is #DC5130. Grayscale: #878787. Windows color (decimal): -14438705 or 13610531. OLE color: 13610531.
HSL color Cylindrical-coordinate representation of color #23AECF: hue angle of 191.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23AECF is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 174 | 207 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.19 |
| HSL | 191.51º | 0.71% | 0.47% | - |
| HSV(B) | 191.51º | 0.83% | 0.81% | - |
| XYZ | 27.09 | 35.13 | 64.39 | - |
| YUV | 136.2 | 167.95 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 174 | 207 | 0.83 | 0.16 | 0 | 0.19 | 191.51 | 0.71 | 0.47 |
| Hex | 23 | AE | CF | 53 | 10 | 0 | 13 | C0 | 47 | 2F |
| Octal | 43 | 256 | 317 | 123 | 20 | 0 | 23 | 300 | 107 | 57 |
| Binary | 100011 | 10101110 | 11001111 | 1010011 | 10000 | 0 | 10011 | 11000000 | 1000111 | 101111 |
Color Harmonies of #23AECF
Complementary color
Monochromatic Colors of #23AECF
Black with #23AECF
Text Example
Text Example
White with #23AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AECF; }
p { color: rgb(35,174,207); }
H1.HeaderClassName
{
color: #23AECF;
}
.AnyTagClassName
{
color: #23AECF;
}
</style>
background-color css
<style>
a { background-color: #23AECF; }
a { background-color: rgb(35,174,207); }
div.DivClassName
{
background-color: #23AECF;
}
.BgClassName
{
background-color: #23AECF;
}
</style>
border-color css
<style>
span { border-color: #23AECF; }
span { border-color: rgb(35,174,207); }
td.TdClassName
{
border-color: #23AECF;
}
.TagClassName
{
border-color: #23AECF;
}
</style>