Shades of Iris Blue #21BFCC
Tints of Iris Blue #21BFCC
RGB
CMYK
RGB Variations
Color information
#21BFCC (or 0x21BFCC) is known color: Iris Blue. HEX triplet: 21, BF and CC. RGB value is (33,191,204). Sum of RGB (Red+Green+Blue) = 33+191+204=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #21BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BFCC is #DE4033. Grayscale: #919191. Windows color (decimal): -14565428 or 13418273. OLE color: 13418273.
HSL color Cylindrical-coordinate representation of color #21BFCC: hue angle of 184.56º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BFCC is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 191 | 204 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.2 |
| HSL | 184.56º | 0.72% | 0.46% | - |
| HSV(B) | 184.56º | 0.84% | 0.8% | - |
| XYZ | 30.16 | 41.94 | 63.63 | - |
| YUV | 145.24 | 161.15 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 204 | 0.84 | 0.06 | 0 | 0.2 | 184.56 | 0.72 | 0.46 |
| Hex | 21 | BF | CC | 54 | 6 | 0 | 14 | B9 | 48 | 2E |
| Octal | 41 | 277 | 314 | 124 | 6 | 0 | 24 | 271 | 110 | 56 |
| Binary | 100001 | 10111111 | 11001100 | 1010100 | 110 | 0 | 10100 | 10111001 | 1001000 | 101110 |
Color Harmonies of #21BFCC
Complementary color
Monochromatic Colors of #21BFCC
Black with #21BFCC
Text Example
Text Example
White with #21BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFCC; }
p { color: rgb(33,191,204); }
H1.HeaderClassName
{
color: #21BFCC;
}
.AnyTagClassName
{
color: #21BFCC;
}
</style>
background-color css
<style>
a { background-color: #21BFCC; }
a { background-color: rgb(33,191,204); }
div.DivClassName
{
background-color: #21BFCC;
}
.BgClassName
{
background-color: #21BFCC;
}
</style>
border-color css
<style>
span { border-color: #21BFCC; }
span { border-color: rgb(33,191,204); }
td.TdClassName
{
border-color: #21BFCC;
}
.TagClassName
{
border-color: #21BFCC;
}
</style>