Shades of Summer Sky #23B2CC
Tints of Summer Sky #23B2CC
RGB
CMYK
RGB Variations
Color information
#23B2CC (or 0x23B2CC) is known color: Summer Sky. HEX triplet: 23, B2 and CC. RGB value is (35,178,204). Sum of RGB (Red+Green+Blue) = 35+178+204=417 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.39% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #23B2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23B2CC is #DC4D33. Grayscale: #898989. Windows color (decimal): -14437684 or 13414947. OLE color: 13414947.
HSL color Cylindrical-coordinate representation of color #23B2CC: hue angle of 189.23º 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 #23B2CC is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 178 | 204 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.2 |
| HSL | 189.23º | 0.71% | 0.47% | - |
| HSV(B) | 189.23º | 0.83% | 0.8% | - |
| XYZ | 27.51 | 36.56 | 62.73 | - |
| YUV | 138.21 | 165.12 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 178 | 204 | 0.83 | 0.13 | 0 | 0.2 | 189.23 | 0.71 | 0.47 |
| Hex | 23 | B2 | CC | 53 | D | 0 | 14 | BD | 47 | 2F |
| Octal | 43 | 262 | 314 | 123 | 15 | 0 | 24 | 275 | 107 | 57 |
| Binary | 100011 | 10110010 | 11001100 | 1010011 | 1101 | 0 | 10100 | 10111101 | 1000111 | 101111 |
Color Harmonies of #23B2CC
Complementary color
Monochromatic Colors of #23B2CC
Black with #23B2CC
Text Example
Text Example
White with #23B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B2CC; }
p { color: rgb(35,178,204); }
H1.HeaderClassName
{
color: #23B2CC;
}
.AnyTagClassName
{
color: #23B2CC;
}
</style>
background-color css
<style>
a { background-color: #23B2CC; }
a { background-color: rgb(35,178,204); }
div.DivClassName
{
background-color: #23B2CC;
}
.BgClassName
{
background-color: #23B2CC;
}
</style>
border-color css
<style>
span { border-color: #23B2CC; }
span { border-color: rgb(35,178,204); }
td.TdClassName
{
border-color: #23B2CC;
}
.TagClassName
{
border-color: #23B2CC;
}
</style>