Shades of Summer Sky #23A8CD
Tints of Summer Sky #23A8CD
RGB
CMYK
RGB Variations
Color information
#23A8CD (or 0x23A8CD) is known color: Summer Sky. HEX triplet: 23, A8 and CD. RGB value is (35,168,205). Sum of RGB (Red+Green+Blue) = 35+168+205=408 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.58% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #23A8CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A8CD is #DC5732. Grayscale: #848484. Windows color (decimal): -14440243 or 13477923. OLE color: 13477923.
HSL color Cylindrical-coordinate representation of color #23A8CD: hue angle of 193.06º 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 #23A8CD is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 168 | 205 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.20 |
| HSL | 193.06º | 0.71% | 0.47% | - |
| HSV(B) | 193.06º | 0.83% | 0.8% | - |
| XYZ | 25.72 | 32.77 | 62.73 | - |
| YUV | 132.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 168 | 205 | 0.83 | 0.18 | 0 | 0.20 | 193.06 | 0.71 | 0.47 |
| Hex | 23 | A8 | CD | 53 | 12 | 0 | 14 | C1 | 47 | 2F |
| Octal | 43 | 250 | 315 | 123 | 22 | 0 | 24 | 301 | 107 | 57 |
| Binary | 100011 | 10101000 | 11001101 | 1010011 | 10010 | 0 | 10100 | 11000001 | 1000111 | 101111 |
Color Harmonies of #23A8CD
Complementary color
Monochromatic Colors of #23A8CD
Black with #23A8CD
Text Example
Text Example
White with #23A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A8CD; }
p { color: rgb(35,168,205); }
H1.HeaderClassName
{
color: #23A8CD;
}
.AnyTagClassName
{
color: #23A8CD;
}
</style>
background-color css
<style>
a { background-color: #23A8CD; }
a { background-color: rgb(35,168,205); }
div.DivClassName
{
background-color: #23A8CD;
}
.BgClassName
{
background-color: #23A8CD;
}
</style>
border-color css
<style>
span { border-color: #23A8CD; }
span { border-color: rgb(35,168,205); }
td.TdClassName
{
border-color: #23A8CD;
}
.TagClassName
{
border-color: #23A8CD;
}
</style>