Shades of Iris Blue #10BFD1
Tints of Iris Blue #10BFD1
RGB
CMYK
RGB Variations
Color information
#10BFD1 (or 0x10BFD1) is known color: Iris Blue. HEX triplet: 10, BF and D1. RGB value is (16,191,209). Sum of RGB (Red+Green+Blue) = 16+191+209=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #10BFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BFD1 is #EF402E. Grayscale: #8C8C8C. Windows color (decimal): -15679535 or 13745936. OLE color: 13745936.
HSL color Cylindrical-coordinate representation of color #10BFD1: hue angle of 185.6º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BFD1 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 191 | 209 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.18 |
| HSL | 185.6º | 0.86% | 0.44% | - |
| HSV(B) | 185.6º | 0.92% | 0.82% | - |
| XYZ | 30.35 | 41.98 | 66.82 | - |
| YUV | 140.73 | 166.52 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 209 | 0.92 | 0.09 | 0 | 0.18 | 185.6 | 0.86 | 0.44 |
| Hex | 10 | BF | D1 | 5C | 9 | 0 | 12 | BA | 56 | 2C |
| Octal | 20 | 277 | 321 | 134 | 11 | 0 | 22 | 272 | 126 | 54 |
| Binary | 10000 | 10111111 | 11010001 | 1011100 | 1001 | 0 | 10010 | 10111010 | 1010110 | 101100 |
Color Harmonies of #10BFD1
Complementary color
Monochromatic Colors of #10BFD1
Black with #10BFD1
Text Example
Text Example
White with #10BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFD1; }
p { color: rgb(16,191,209); }
H1.HeaderClassName
{
color: #10BFD1;
}
.AnyTagClassName
{
color: #10BFD1;
}
</style>
background-color css
<style>
a { background-color: #10BFD1; }
a { background-color: rgb(16,191,209); }
div.DivClassName
{
background-color: #10BFD1;
}
.BgClassName
{
background-color: #10BFD1;
}
</style>
border-color css
<style>
span { border-color: #10BFD1; }
span { border-color: rgb(16,191,209); }
td.TdClassName
{
border-color: #10BFD1;
}
.TagClassName
{
border-color: #10BFD1;
}
</style>