Shades of Iris Blue #10BBD2
Tints of Iris Blue #10BBD2
RGB
CMYK
RGB Variations
Color information
#10BBD2 (or 0x10BBD2) is known color: Iris Blue. HEX triplet: 10, BB and D2. RGB value is (16,187,210). Sum of RGB (Red+Green+Blue) = 16+187+210=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #10BBD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBD2 is #EF442D. Grayscale: #8A8A8A. Windows color (decimal): -15680558 or 13810448. OLE color: 13810448.
HSL color Cylindrical-coordinate representation of color #10BBD2: hue angle of 187.11º 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 #10BBD2 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 187 | 210 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.18 |
| HSL | 187.11º | 0.86% | 0.44% | - |
| HSV(B) | 187.11º | 0.92% | 0.82% | - |
| XYZ | 29.62 | 40.3 | 67.19 | - |
| YUV | 138.49 | 168.35 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 210 | 0.92 | 0.11 | 0 | 0.18 | 187.11 | 0.86 | 0.44 |
| Hex | 10 | BB | D2 | 5C | B | 0 | 12 | BB | 56 | 2C |
| Octal | 20 | 273 | 322 | 134 | 13 | 0 | 22 | 273 | 126 | 54 |
| Binary | 10000 | 10111011 | 11010010 | 1011100 | 1011 | 0 | 10010 | 10111011 | 1010110 | 101100 |
Color Harmonies of #10BBD2
Complementary color
Monochromatic Colors of #10BBD2
Black with #10BBD2
Text Example
Text Example
White with #10BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BBD2; }
p { color: rgb(16,187,210); }
H1.HeaderClassName
{
color: #10BBD2;
}
.AnyTagClassName
{
color: #10BBD2;
}
</style>
background-color css
<style>
a { background-color: #10BBD2; }
a { background-color: rgb(16,187,210); }
div.DivClassName
{
background-color: #10BBD2;
}
.BgClassName
{
background-color: #10BBD2;
}
</style>
border-color css
<style>
span { border-color: #10BBD2; }
span { border-color: rgb(16,187,210); }
td.TdClassName
{
border-color: #10BBD2;
}
.TagClassName
{
border-color: #10BBD2;
}
</style>