Shades of Iris Blue #22BFCC
Tints of Iris Blue #22BFCC
RGB
CMYK
RGB Variations
Color information
#22BFCC (or 0x22BFCC) is known color: Iris Blue. HEX triplet: 22, BF and CC. RGB value is (34,191,204). Sum of RGB (Red+Green+Blue) = 34+191+204=429 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.93% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #22BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BFCC is #DD4033. Grayscale: #919191. Windows color (decimal): -14499892 or 13418274. OLE color: 13418274.
HSL color Cylindrical-coordinate representation of color #22BFCC: hue angle of 184.59º 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 #22BFCC is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 191 | 204 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.2 |
| HSL | 184.59º | 0.71% | 0.47% | - |
| HSV(B) | 184.59º | 0.83% | 0.8% | - |
| XYZ | 30.19 | 41.96 | 63.63 | - |
| YUV | 145.54 | 160.99 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 191 | 204 | 0.83 | 0.06 | 0 | 0.2 | 184.59 | 0.71 | 0.47 |
| Hex | 22 | BF | CC | 53 | 6 | 0 | 14 | B9 | 47 | 2F |
| Octal | 42 | 277 | 314 | 123 | 6 | 0 | 24 | 271 | 107 | 57 |
| Binary | 100010 | 10111111 | 11001100 | 1010011 | 110 | 0 | 10100 | 10111001 | 1000111 | 101111 |
Color Harmonies of #22BFCC
Complementary color
Monochromatic Colors of #22BFCC
Black with #22BFCC
Text Example
Text Example
White with #22BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BFCC; }
p { color: rgb(34,191,204); }
H1.HeaderClassName
{
color: #22BFCC;
}
.AnyTagClassName
{
color: #22BFCC;
}
</style>
background-color css
<style>
a { background-color: #22BFCC; }
a { background-color: rgb(34,191,204); }
div.DivClassName
{
background-color: #22BFCC;
}
.BgClassName
{
background-color: #22BFCC;
}
</style>
border-color css
<style>
span { border-color: #22BFCC; }
span { border-color: rgb(34,191,204); }
td.TdClassName
{
border-color: #22BFCC;
}
.TagClassName
{
border-color: #22BFCC;
}
</style>