Shades of Iris Blue #00BFD2
Tints of Iris Blue #00BFD2
RGB
CMYK
RGB Variations
Color information
#00BFD2 (or 0x00BFD2) is known color: Iris Blue. HEX triplet: 00, BF and D2. RGB value is (0,191,210). Sum of RGB (Red+Green+Blue) = 0+191+210=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #00BFD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFD2 is #FF402D. Grayscale: #878787. Windows color (decimal): -16728110 or 13811456. OLE color: 13811456.
HSL color Cylindrical-coordinate representation of color #00BFD2: hue angle of 185.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFD2 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 191 | 210 | - |
| CMYK | 1 | 0.09 | 0 | 0.18 |
| HSL | 185.43º | 1% | 0.41% | - |
| HSV(B) | 185.43º | 1% | 0.82% | - |
| XYZ | 30.26 | 41.91 | 67.47 | - |
| YUV | 136.06 | 169.72 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 210 | 1 | 0.09 | 0 | 0.18 | 185.43 | 1 | 0.41 |
| Hex | 0 | BF | D2 | 64 | 9 | 0 | 12 | B9 | 64 | 29 |
| Octal | 0 | 277 | 322 | 144 | 11 | 0 | 22 | 271 | 144 | 51 |
| Binary | 0 | 10111111 | 11010010 | 1100100 | 1001 | 0 | 10010 | 10111001 | 1100100 | 101001 |
Color Harmonies of #00BFD2
Complementary color
Monochromatic Colors of #00BFD2
Black with #00BFD2
Text Example
Text Example
White with #00BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFD2; }
p { color: rgb(0,191,210); }
H1.HeaderClassName
{
color: #00BFD2;
}
.AnyTagClassName
{
color: #00BFD2;
}
</style>
background-color css
<style>
a { background-color: #00BFD2; }
a { background-color: rgb(0,191,210); }
div.DivClassName
{
background-color: #00BFD2;
}
.BgClassName
{
background-color: #00BFD2;
}
</style>
border-color css
<style>
span { border-color: #00BFD2; }
span { border-color: rgb(0,191,210); }
td.TdClassName
{
border-color: #00BFD2;
}
.TagClassName
{
border-color: #00BFD2;
}
</style>