Shades of Iris Blue #23BCCC
Tints of Iris Blue #23BCCC
RGB
CMYK
RGB Variations
Color information
#23BCCC (or 0x23BCCC) is known color: Iris Blue. HEX triplet: 23, BC and CC. RGB value is (35,188,204). Sum of RGB (Red+Green+Blue) = 35+188+204=427 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.20% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #23BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BCCC is #DC4333. Grayscale: #8F8F8F. Windows color (decimal): -14435124 or 13417507. OLE color: 13417507.
HSL color Cylindrical-coordinate representation of color #23BCCC: hue angle of 185.68º 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 #23BCCC is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 188 | 204 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.2 |
| HSL | 185.68º | 0.71% | 0.47% | - |
| HSV(B) | 185.68º | 0.83% | 0.8% | - |
| XYZ | 29.58 | 40.68 | 63.42 | - |
| YUV | 144.08 | 161.81 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 204 | 0.83 | 0.08 | 0 | 0.2 | 185.68 | 0.71 | 0.47 |
| Hex | 23 | BC | CC | 53 | 8 | 0 | 14 | BA | 47 | 2F |
| Octal | 43 | 274 | 314 | 123 | 10 | 0 | 24 | 272 | 107 | 57 |
| Binary | 100011 | 10111100 | 11001100 | 1010011 | 1000 | 0 | 10100 | 10111010 | 1000111 | 101111 |
Color Harmonies of #23BCCC
Complementary color
Monochromatic Colors of #23BCCC
Black with #23BCCC
Text Example
Text Example
White with #23BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BCCC; }
p { color: rgb(35,188,204); }
H1.HeaderClassName
{
color: #23BCCC;
}
.AnyTagClassName
{
color: #23BCCC;
}
</style>
background-color css
<style>
a { background-color: #23BCCC; }
a { background-color: rgb(35,188,204); }
div.DivClassName
{
background-color: #23BCCC;
}
.BgClassName
{
background-color: #23BCCC;
}
</style>
border-color css
<style>
span { border-color: #23BCCC; }
span { border-color: rgb(35,188,204); }
td.TdClassName
{
border-color: #23BCCC;
}
.TagClassName
{
border-color: #23BCCC;
}
</style>