Shades of Summer Sky #23AFCC
Tints of Summer Sky #23AFCC
RGB
CMYK
RGB Variations
Color information
#23AFCC (or 0x23AFCC) is known color: Summer Sky. HEX triplet: 23, AF and CC. RGB value is (35,175,204). Sum of RGB (Red+Green+Blue) = 35+175+204=414 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.45% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #23AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AFCC is #DC5033. Grayscale: #888888. Windows color (decimal): -14438452 or 13414179. OLE color: 13414179.
HSL color Cylindrical-coordinate representation of color #23AFCC: hue angle of 190.3º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23AFCC is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 175 | 204 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.2 |
| HSL | 190.3º | 0.71% | 0.47% | - |
| HSV(B) | 190.3º | 0.83% | 0.8% | - |
| XYZ | 26.92 | 35.38 | 62.54 | - |
| YUV | 136.45 | 166.12 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 204 | 0.83 | 0.14 | 0 | 0.2 | 190.3 | 0.71 | 0.47 |
| Hex | 23 | AF | CC | 53 | E | 0 | 14 | BE | 47 | 2F |
| Octal | 43 | 257 | 314 | 123 | 16 | 0 | 24 | 276 | 107 | 57 |
| Binary | 100011 | 10101111 | 11001100 | 1010011 | 1110 | 0 | 10100 | 10111110 | 1000111 | 101111 |
Color Harmonies of #23AFCC
Complementary color
Monochromatic Colors of #23AFCC
Black with #23AFCC
Text Example
Text Example
White with #23AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AFCC; }
p { color: rgb(35,175,204); }
H1.HeaderClassName
{
color: #23AFCC;
}
.AnyTagClassName
{
color: #23AFCC;
}
</style>
background-color css
<style>
a { background-color: #23AFCC; }
a { background-color: rgb(35,175,204); }
div.DivClassName
{
background-color: #23AFCC;
}
.BgClassName
{
background-color: #23AFCC;
}
</style>
border-color css
<style>
span { border-color: #23AFCC; }
span { border-color: rgb(35,175,204); }
td.TdClassName
{
border-color: #23AFCC;
}
.TagClassName
{
border-color: #23AFCC;
}
</style>