Shades of Iris Blue #1CBFCC
Tints of Iris Blue #1CBFCC
RGB
CMYK
RGB Variations
Color information
#1CBFCC (or 0x1CBFCC) is known color: Iris Blue. HEX triplet: 1C, BF and CC. RGB value is (28,191,204). Sum of RGB (Red+Green+Blue) = 28+191+204=423 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.62% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CBFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBFCC is #E34033. Grayscale: #8F8F8F. Windows color (decimal): -14893108 or 13418268. OLE color: 13418268.
HSL color Cylindrical-coordinate representation of color #1CBFCC: hue angle of 184.43º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBFCC is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 191 | 204 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.2 |
| HSL | 184.43º | 0.76% | 0.45% | - |
| HSV(B) | 184.43º | 0.86% | 0.8% | - |
| XYZ | 30.01 | 41.87 | 63.63 | - |
| YUV | 143.75 | 162 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 191 | 204 | 0.86 | 0.06 | 0 | 0.2 | 184.43 | 0.76 | 0.45 |
| Hex | 1C | BF | CC | 56 | 6 | 0 | 14 | B8 | 4C | 2D |
| Octal | 34 | 277 | 314 | 126 | 6 | 0 | 24 | 270 | 114 | 55 |
| Binary | 11100 | 10111111 | 11001100 | 1010110 | 110 | 0 | 10100 | 10111000 | 1001100 | 101101 |
Color Harmonies of #1CBFCC
Complementary color
Monochromatic Colors of #1CBFCC
Black with #1CBFCC
Text Example
Text Example
White with #1CBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBFCC; }
p { color: rgb(28,191,204); }
H1.HeaderClassName
{
color: #1CBFCC;
}
.AnyTagClassName
{
color: #1CBFCC;
}
</style>
background-color css
<style>
a { background-color: #1CBFCC; }
a { background-color: rgb(28,191,204); }
div.DivClassName
{
background-color: #1CBFCC;
}
.BgClassName
{
background-color: #1CBFCC;
}
</style>
border-color css
<style>
span { border-color: #1CBFCC; }
span { border-color: rgb(28,191,204); }
td.TdClassName
{
border-color: #1CBFCC;
}
.TagClassName
{
border-color: #1CBFCC;
}
</style>