Shades of Summer Sky #23C2DC
Tints of Summer Sky #23C2DC
RGB
CMYK
RGB Variations
Color information
#23C2DC (or 0x23C2DC) is known color: Summer Sky. HEX triplet: 23, C2 and DC. RGB value is (35,194,220). Sum of RGB (Red+Green+Blue) = 35+194+220=449 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.80% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #23C2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C2DC is #DC3D23. Grayscale: #959595. Windows color (decimal): -14433572 or 14467619. OLE color: 14467619.
HSL color Cylindrical-coordinate representation of color #23C2DC: hue angle of 188.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23C2DC is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 194 | 220 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.14 |
| HSL | 188.43º | 0.73% | 0.5% | - |
| HSV(B) | 188.43º | 0.84% | 0.86% | - |
| XYZ | 32.9 | 44.11 | 74.49 | - |
| YUV | 149.42 | 167.82 | 46.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 220 | 0.84 | 0.12 | 0 | 0.14 | 188.43 | 0.73 | 0.5 |
| Hex | 23 | C2 | DC | 54 | C | 0 | E | BC | 49 | 32 |
| Octal | 43 | 302 | 334 | 124 | 14 | 0 | 16 | 274 | 111 | 62 |
| Binary | 100011 | 11000010 | 11011100 | 1010100 | 1100 | 0 | 1110 | 10111100 | 1001001 | 110010 |
Color Harmonies of #23C2DC
Complementary color
Monochromatic Colors of #23C2DC
Black with #23C2DC
Text Example
Text Example
White with #23C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C2DC; }
p { color: rgb(35,194,220); }
H1.HeaderClassName
{
color: #23C2DC;
}
.AnyTagClassName
{
color: #23C2DC;
}
</style>
background-color css
<style>
a { background-color: #23C2DC; }
a { background-color: rgb(35,194,220); }
div.DivClassName
{
background-color: #23C2DC;
}
.BgClassName
{
background-color: #23C2DC;
}
</style>
border-color css
<style>
span { border-color: #23C2DC; }
span { border-color: rgb(35,194,220); }
td.TdClassName
{
border-color: #23C2DC;
}
.TagClassName
{
border-color: #23C2DC;
}
</style>