Shades of Iris Blue #1CBDD2
Tints of Iris Blue #1CBDD2
RGB
CMYK
RGB Variations
Color information
#1CBDD2 (or 0x1CBDD2) is known color: Iris Blue. HEX triplet: 1C, BD and D2. RGB value is (28,189,210). Sum of RGB (Red+Green+Blue) = 28+189+210=427 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.56% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #1CBDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDD2 is #E3422D. Grayscale: #8F8F8F. Windows color (decimal): -14893614 or 13810972. OLE color: 13810972.
HSL color Cylindrical-coordinate representation of color #1CBDD2: hue angle of 186.92º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBDD2 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 189 | 210 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.18 |
| HSL | 186.92º | 0.76% | 0.47% | - |
| HSV(B) | 186.92º | 0.87% | 0.82% | - |
| XYZ | 30.31 | 41.3 | 67.35 | - |
| YUV | 143.26 | 165.66 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 210 | 0.87 | 0.10 | 0 | 0.18 | 186.92 | 0.76 | 0.47 |
| Hex | 1C | BD | D2 | 57 | A | 0 | 12 | BB | 4C | 2F |
| Octal | 34 | 275 | 322 | 127 | 12 | 0 | 22 | 273 | 114 | 57 |
| Binary | 11100 | 10111101 | 11010010 | 1010111 | 1010 | 0 | 10010 | 10111011 | 1001100 | 101111 |
Color Harmonies of #1CBDD2
Complementary color
Monochromatic Colors of #1CBDD2
Black with #1CBDD2
Text Example
Text Example
White with #1CBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBDD2; }
p { color: rgb(28,189,210); }
H1.HeaderClassName
{
color: #1CBDD2;
}
.AnyTagClassName
{
color: #1CBDD2;
}
</style>
background-color css
<style>
a { background-color: #1CBDD2; }
a { background-color: rgb(28,189,210); }
div.DivClassName
{
background-color: #1CBDD2;
}
.BgClassName
{
background-color: #1CBDD2;
}
</style>
border-color css
<style>
span { border-color: #1CBDD2; }
span { border-color: rgb(28,189,210); }
td.TdClassName
{
border-color: #1CBDD2;
}
.TagClassName
{
border-color: #1CBDD2;
}
</style>