Shades of Iris Blue #1FBDD2
Tints of Iris Blue #1FBDD2
RGB
CMYK
RGB Variations
Color information
#1FBDD2 (or 0x1FBDD2) is known color: Iris Blue. HEX triplet: 1F, BD and D2. RGB value is (31,189,210). Sum of RGB (Red+Green+Blue) = 31+189+210=430 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.21% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 210 (82.42% from 255 or 48.84% from 430); Max value from RGB is 210 - color contains mainly: blue. Hex color #1FBDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDD2 is #E0422D. Grayscale: #8F8F8F. Windows color (decimal): -14697006 or 13810975. OLE color: 13810975.
HSL color Cylindrical-coordinate representation of color #1FBDD2: hue angle of 187.04º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBDD2 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 189 | 210 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.18 |
| HSL | 187.04º | 0.74% | 0.47% | - |
| HSV(B) | 187.04º | 0.85% | 0.82% | - |
| XYZ | 30.4 | 41.34 | 67.35 | - |
| YUV | 144.15 | 165.15 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 210 | 0.85 | 0.10 | 0 | 0.18 | 187.04 | 0.74 | 0.47 |
| Hex | 1F | BD | D2 | 55 | A | 0 | 12 | BB | 4A | 2F |
| Octal | 37 | 275 | 322 | 125 | 12 | 0 | 22 | 273 | 112 | 57 |
| Binary | 11111 | 10111101 | 11010010 | 1010101 | 1010 | 0 | 10010 | 10111011 | 1001010 | 101111 |
Color Harmonies of #1FBDD2
Complementary color
Monochromatic Colors of #1FBDD2
Black with #1FBDD2
Text Example
Text Example
White with #1FBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDD2; }
p { color: rgb(31,189,210); }
H1.HeaderClassName
{
color: #1FBDD2;
}
.AnyTagClassName
{
color: #1FBDD2;
}
</style>
background-color css
<style>
a { background-color: #1FBDD2; }
a { background-color: rgb(31,189,210); }
div.DivClassName
{
background-color: #1FBDD2;
}
.BgClassName
{
background-color: #1FBDD2;
}
</style>
border-color css
<style>
span { border-color: #1FBDD2; }
span { border-color: rgb(31,189,210); }
td.TdClassName
{
border-color: #1FBDD2;
}
.TagClassName
{
border-color: #1FBDD2;
}
</style>