Shades of Iris Blue #23C0CA
Tints of Iris Blue #23C0CA
RGB
CMYK
RGB Variations
Color information
#23C0CA (or 0x23C0CA) is known color: Iris Blue. HEX triplet: 23, C0 and CA. RGB value is (35,192,202). Sum of RGB (Red+Green+Blue) = 35+192+202=429 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.16% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #23C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C0CA is #DC3F35. Grayscale: #929292. Windows color (decimal): -14434102 or 13287459. OLE color: 13287459.
HSL color Cylindrical-coordinate representation of color #23C0CA: hue angle of 183.59º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23C0CA is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 192 | 202 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.21 |
| HSL | 183.59º | 0.7% | 0.46% | - |
| HSV(B) | 183.59º | 0.83% | 0.79% | - |
| XYZ | 30.2 | 42.32 | 62.45 | - |
| YUV | 146.2 | 159.49 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 202 | 0.83 | 0.05 | 0 | 0.21 | 183.59 | 0.7 | 0.46 |
| Hex | 23 | C0 | CA | 53 | 5 | 0 | 15 | B8 | 46 | 2E |
| Octal | 43 | 300 | 312 | 123 | 5 | 0 | 25 | 270 | 106 | 56 |
| Binary | 100011 | 11000000 | 11001010 | 1010011 | 101 | 0 | 10101 | 10111000 | 1000110 | 101110 |
Color Harmonies of #23C0CA
Complementary color
Monochromatic Colors of #23C0CA
Black with #23C0CA
Text Example
Text Example
White with #23C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C0CA; }
p { color: rgb(35,192,202); }
H1.HeaderClassName
{
color: #23C0CA;
}
.AnyTagClassName
{
color: #23C0CA;
}
</style>
background-color css
<style>
a { background-color: #23C0CA; }
a { background-color: rgb(35,192,202); }
div.DivClassName
{
background-color: #23C0CA;
}
.BgClassName
{
background-color: #23C0CA;
}
</style>
border-color css
<style>
span { border-color: #23C0CA; }
span { border-color: rgb(35,192,202); }
td.TdClassName
{
border-color: #23C0CA;
}
.TagClassName
{
border-color: #23C0CA;
}
</style>