Shades of Iris Blue #10B2B8
Tints of Iris Blue #10B2B8
RGB
CMYK
RGB Variations
Color information
#10B2B8 (or 0x10B2B8) is known color: Iris Blue. HEX triplet: 10, B2 and B8. RGB value is (16,178,184). Sum of RGB (Red+Green+Blue) = 16+178+184=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #10B2B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B2B8 is #EF4D47. Grayscale: #828282. Windows color (decimal): -15682888 or 12104208. OLE color: 12104208.
HSL color Cylindrical-coordinate representation of color #10B2B8: hue angle of 182.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B2B8 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 178 | 184 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.28 |
| HSL | 182.14º | 0.84% | 0.39% | - |
| HSV(B) | 182.14º | 0.91% | 0.72% | - |
| XYZ | 24.79 | 35.41 | 50.88 | - |
| YUV | 130.25 | 158.33 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 184 | 0.91 | 0.03 | 0 | 0.28 | 182.14 | 0.84 | 0.39 |
| Hex | 10 | B2 | B8 | 5B | 3 | 0 | 1C | B6 | 54 | 27 |
| Octal | 20 | 262 | 270 | 133 | 3 | 0 | 34 | 266 | 124 | 47 |
| Binary | 10000 | 10110010 | 10111000 | 1011011 | 11 | 0 | 11100 | 10110110 | 1010100 | 100111 |
Color Harmonies of #10B2B8
Complementary color
Monochromatic Colors of #10B2B8
Black with #10B2B8
Text Example
Text Example
White with #10B2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B2B8; }
p { color: rgb(16,178,184); }
H1.HeaderClassName
{
color: #10B2B8;
}
.AnyTagClassName
{
color: #10B2B8;
}
</style>
background-color css
<style>
a { background-color: #10B2B8; }
a { background-color: rgb(16,178,184); }
div.DivClassName
{
background-color: #10B2B8;
}
.BgClassName
{
background-color: #10B2B8;
}
</style>
border-color css
<style>
span { border-color: #10B2B8; }
span { border-color: rgb(16,178,184); }
td.TdClassName
{
border-color: #10B2B8;
}
.TagClassName
{
border-color: #10B2B8;
}
</style>