Shades of Iris Blue #23BFCB
Tints of Iris Blue #23BFCB
RGB
CMYK
RGB Variations
Color information
#23BFCB (or 0x23BFCB) is known color: Iris Blue. HEX triplet: 23, BF and CB. RGB value is (35,191,203). Sum of RGB (Red+Green+Blue) = 35+191+203=429 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.16% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #23BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BFCB is #DC4034. Grayscale: #919191. Windows color (decimal): -14434357 or 13352739. OLE color: 13352739.
HSL color Cylindrical-coordinate representation of color #23BFCB: hue angle of 184.29º 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 #23BFCB is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 191 | 203 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.20 |
| HSL | 184.29º | 0.71% | 0.47% | - |
| HSV(B) | 184.29º | 0.83% | 0.8% | - |
| XYZ | 30.1 | 41.93 | 63.01 | - |
| YUV | 145.72 | 160.32 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 203 | 0.83 | 0.06 | 0 | 0.20 | 184.29 | 0.71 | 0.47 |
| Hex | 23 | BF | CB | 53 | 6 | 0 | 14 | B8 | 47 | 2F |
| Octal | 43 | 277 | 313 | 123 | 6 | 0 | 24 | 270 | 107 | 57 |
| Binary | 100011 | 10111111 | 11001011 | 1010011 | 110 | 0 | 10100 | 10111000 | 1000111 | 101111 |
Color Harmonies of #23BFCB
Complementary color
Monochromatic Colors of #23BFCB
Black with #23BFCB
Text Example
Text Example
White with #23BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BFCB; }
p { color: rgb(35,191,203); }
H1.HeaderClassName
{
color: #23BFCB;
}
.AnyTagClassName
{
color: #23BFCB;
}
</style>
background-color css
<style>
a { background-color: #23BFCB; }
a { background-color: rgb(35,191,203); }
div.DivClassName
{
background-color: #23BFCB;
}
.BgClassName
{
background-color: #23BFCB;
}
</style>
border-color css
<style>
span { border-color: #23BFCB; }
span { border-color: rgb(35,191,203); }
td.TdClassName
{
border-color: #23BFCB;
}
.TagClassName
{
border-color: #23BFCB;
}
</style>