Shades of Iris Blue #23BBCC
Tints of Iris Blue #23BBCC
RGB
CMYK
RGB Variations
Color information
#23BBCC (or 0x23BBCC) is known color: Iris Blue. HEX triplet: 23, BB and CC. RGB value is (35,187,204). Sum of RGB (Red+Green+Blue) = 35+187+204=426 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.22% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #23BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BBCC is #DC4433. Grayscale: #8F8F8F. Windows color (decimal): -14435380 or 13417251. OLE color: 13417251.
HSL color Cylindrical-coordinate representation of color #23BBCC: hue angle of 186.04º 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 #23BBCC is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 187 | 204 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.2 |
| HSL | 186.04º | 0.71% | 0.47% | - |
| HSV(B) | 186.04º | 0.83% | 0.8% | - |
| XYZ | 29.36 | 40.26 | 63.35 | - |
| YUV | 143.49 | 162.14 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 187 | 204 | 0.83 | 0.08 | 0 | 0.2 | 186.04 | 0.71 | 0.47 |
| Hex | 23 | BB | CC | 53 | 8 | 0 | 14 | BA | 47 | 2F |
| Octal | 43 | 273 | 314 | 123 | 10 | 0 | 24 | 272 | 107 | 57 |
| Binary | 100011 | 10111011 | 11001100 | 1010011 | 1000 | 0 | 10100 | 10111010 | 1000111 | 101111 |
Color Harmonies of #23BBCC
Complementary color
Monochromatic Colors of #23BBCC
Black with #23BBCC
Text Example
Text Example
White with #23BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BBCC; }
p { color: rgb(35,187,204); }
H1.HeaderClassName
{
color: #23BBCC;
}
.AnyTagClassName
{
color: #23BBCC;
}
</style>
background-color css
<style>
a { background-color: #23BBCC; }
a { background-color: rgb(35,187,204); }
div.DivClassName
{
background-color: #23BBCC;
}
.BgClassName
{
background-color: #23BBCC;
}
</style>
border-color css
<style>
span { border-color: #23BBCC; }
span { border-color: rgb(35,187,204); }
td.TdClassName
{
border-color: #23BBCC;
}
.TagClassName
{
border-color: #23BBCC;
}
</style>