Shades of Iris Blue #23B8CB
Tints of Iris Blue #23B8CB
RGB
CMYK
RGB Variations
Color information
#23B8CB (or 0x23B8CB) is known color: Iris Blue. HEX triplet: 23, B8 and CB. RGB value is (35,184,203). Sum of RGB (Red+Green+Blue) = 35+184+203=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #23B8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B8CB is #DC4734. Grayscale: #8D8D8D. Windows color (decimal): -14436149 or 13350947. OLE color: 13350947.
HSL color Cylindrical-coordinate representation of color #23B8CB: hue angle of 186.79º 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 #23B8CB is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 184 | 203 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.20 |
| HSL | 186.79º | 0.71% | 0.47% | - |
| HSV(B) | 186.79º | 0.83% | 0.8% | - |
| XYZ | 28.61 | 38.95 | 62.51 | - |
| YUV | 141.62 | 162.64 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 184 | 203 | 0.83 | 0.09 | 0 | 0.20 | 186.79 | 0.71 | 0.47 |
| Hex | 23 | B8 | CB | 53 | 9 | 0 | 14 | BB | 47 | 2F |
| Octal | 43 | 270 | 313 | 123 | 11 | 0 | 24 | 273 | 107 | 57 |
| Binary | 100011 | 10111000 | 11001011 | 1010011 | 1001 | 0 | 10100 | 10111011 | 1000111 | 101111 |
Color Harmonies of #23B8CB
Complementary color
Monochromatic Colors of #23B8CB
Black with #23B8CB
Text Example
Text Example
White with #23B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B8CB; }
p { color: rgb(35,184,203); }
H1.HeaderClassName
{
color: #23B8CB;
}
.AnyTagClassName
{
color: #23B8CB;
}
</style>
background-color css
<style>
a { background-color: #23B8CB; }
a { background-color: rgb(35,184,203); }
div.DivClassName
{
background-color: #23B8CB;
}
.BgClassName
{
background-color: #23B8CB;
}
</style>
border-color css
<style>
span { border-color: #23B8CB; }
span { border-color: rgb(35,184,203); }
td.TdClassName
{
border-color: #23B8CB;
}
.TagClassName
{
border-color: #23B8CB;
}
</style>