Shades of Iris Blue #22BFCB
Tints of Iris Blue #22BFCB
RGB
CMYK
RGB Variations
Color information
#22BFCB (or 0x22BFCB) is known color: Iris Blue. HEX triplet: 22, BF and CB. RGB value is (34,191,203). Sum of RGB (Red+Green+Blue) = 34+191+203=428 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.94% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #22BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BFCB is #DD4034. Grayscale: #919191. Windows color (decimal): -14499893 or 13352738. OLE color: 13352738.
HSL color Cylindrical-coordinate representation of color #22BFCB: hue angle of 184.26º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22BFCB is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 191 | 203 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.20 |
| HSL | 184.26º | 0.71% | 0.46% | - |
| HSV(B) | 184.26º | 0.83% | 0.8% | - |
| XYZ | 30.07 | 41.91 | 63.01 | - |
| YUV | 145.43 | 160.49 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 191 | 203 | 0.83 | 0.06 | 0 | 0.20 | 184.26 | 0.71 | 0.46 |
| Hex | 22 | BF | CB | 53 | 6 | 0 | 14 | B8 | 47 | 2E |
| Octal | 42 | 277 | 313 | 123 | 6 | 0 | 24 | 270 | 107 | 56 |
| Binary | 100010 | 10111111 | 11001011 | 1010011 | 110 | 0 | 10100 | 10111000 | 1000111 | 101110 |
Color Harmonies of #22BFCB
Complementary color
Monochromatic Colors of #22BFCB
Black with #22BFCB
Text Example
Text Example
White with #22BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BFCB; }
p { color: rgb(34,191,203); }
H1.HeaderClassName
{
color: #22BFCB;
}
.AnyTagClassName
{
color: #22BFCB;
}
</style>
background-color css
<style>
a { background-color: #22BFCB; }
a { background-color: rgb(34,191,203); }
div.DivClassName
{
background-color: #22BFCB;
}
.BgClassName
{
background-color: #22BFCB;
}
</style>
border-color css
<style>
span { border-color: #22BFCB; }
span { border-color: rgb(34,191,203); }
td.TdClassName
{
border-color: #22BFCB;
}
.TagClassName
{
border-color: #22BFCB;
}
</style>