Shades of Iris Blue #0BAFCF
Tints of Iris Blue #0BAFCF
RGB
CMYK
RGB Variations
Color information
#0BAFCF (or 0x0BAFCF) is known color: Iris Blue. HEX triplet: 0B, AF and CF. RGB value is (11,175,207). Sum of RGB (Red+Green+Blue) = 11+175+207=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #0BAFCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFCF is #F45030. Grayscale: #818181. Windows color (decimal): -16011313 or 13610763. OLE color: 13610763.
HSL color Cylindrical-coordinate representation of color #0BAFCF: hue angle of 189.8º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAFCF is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 175 | 207 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.19 |
| HSL | 189.8º | 0.9% | 0.43% | - |
| HSV(B) | 189.8º | 0.95% | 0.81% | - |
| XYZ | 26.73 | 35.24 | 64.42 | - |
| YUV | 129.61 | 171.67 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 207 | 0.95 | 0.15 | 0 | 0.19 | 189.8 | 0.9 | 0.43 |
| Hex | B | AF | CF | 5F | F | 0 | 13 | BE | 5A | 2B |
| Octal | 13 | 257 | 317 | 137 | 17 | 0 | 23 | 276 | 132 | 53 |
| Binary | 1011 | 10101111 | 11001111 | 1011111 | 1111 | 0 | 10011 | 10111110 | 1011010 | 101011 |
Color Harmonies of #0BAFCF
Complementary color
Monochromatic Colors of #0BAFCF
Black with #0BAFCF
Text Example
Text Example
White with #0BAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFCF; }
p { color: rgb(11,175,207); }
H1.HeaderClassName
{
color: #0BAFCF;
}
.AnyTagClassName
{
color: #0BAFCF;
}
</style>
background-color css
<style>
a { background-color: #0BAFCF; }
a { background-color: rgb(11,175,207); }
div.DivClassName
{
background-color: #0BAFCF;
}
.BgClassName
{
background-color: #0BAFCF;
}
</style>
border-color css
<style>
span { border-color: #0BAFCF; }
span { border-color: rgb(11,175,207); }
td.TdClassName
{
border-color: #0BAFCF;
}
.TagClassName
{
border-color: #0BAFCF;
}
</style>