Shades of Iris Blue #23BFCD
Tints of Iris Blue #23BFCD
RGB
CMYK
RGB Variations
Color information
#23BFCD (or 0x23BFCD) is known color: Iris Blue. HEX triplet: 23, BF and CD. RGB value is (35,191,205). Sum of RGB (Red+Green+Blue) = 35+191+205=431 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.12% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #23BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BFCD is #DC4032. Grayscale: #919191. Windows color (decimal): -14434355 or 13483811. OLE color: 13483811.
HSL color Cylindrical-coordinate representation of color #23BFCD: hue angle of 184.94º 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 #23BFCD is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 191 | 205 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.20 |
| HSL | 184.94º | 0.71% | 0.47% | - |
| HSV(B) | 184.94º | 0.83% | 0.8% | - |
| XYZ | 30.34 | 42.03 | 64.27 | - |
| YUV | 145.95 | 161.32 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 205 | 0.83 | 0.07 | 0 | 0.20 | 184.94 | 0.71 | 0.47 |
| Hex | 23 | BF | CD | 53 | 7 | 0 | 14 | B9 | 47 | 2F |
| Octal | 43 | 277 | 315 | 123 | 7 | 0 | 24 | 271 | 107 | 57 |
| Binary | 100011 | 10111111 | 11001101 | 1010011 | 111 | 0 | 10100 | 10111001 | 1000111 | 101111 |
Color Harmonies of #23BFCD
Complementary color
Monochromatic Colors of #23BFCD
Black with #23BFCD
Text Example
Text Example
White with #23BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BFCD; }
p { color: rgb(35,191,205); }
H1.HeaderClassName
{
color: #23BFCD;
}
.AnyTagClassName
{
color: #23BFCD;
}
</style>
background-color css
<style>
a { background-color: #23BFCD; }
a { background-color: rgb(35,191,205); }
div.DivClassName
{
background-color: #23BFCD;
}
.BgClassName
{
background-color: #23BFCD;
}
</style>
border-color css
<style>
span { border-color: #23BFCD; }
span { border-color: rgb(35,191,205); }
td.TdClassName
{
border-color: #23BFCD;
}
.TagClassName
{
border-color: #23BFCD;
}
</style>