Shades of Iris Blue #10B2CB
Tints of Iris Blue #10B2CB
RGB
CMYK
RGB Variations
Color information
#10B2CB (or 0x10B2CB) is known color: Iris Blue. HEX triplet: 10, B2 and CB. RGB value is (16,178,203). Sum of RGB (Red+Green+Blue) = 16+178+203=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #10B2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B2CB is #EF4D34. Grayscale: #848484. Windows color (decimal): -15682869 or 13349392. OLE color: 13349392.
HSL color Cylindrical-coordinate representation of color #10B2CB: hue angle of 188.02º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B2CB is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 178 | 203 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.20 |
| HSL | 188.02º | 0.85% | 0.43% | - |
| HSV(B) | 188.02º | 0.92% | 0.8% | - |
| XYZ | 26.91 | 36.26 | 62.08 | - |
| YUV | 132.41 | 167.83 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 203 | 0.92 | 0.12 | 0 | 0.20 | 188.02 | 0.85 | 0.43 |
| Hex | 10 | B2 | CB | 5C | C | 0 | 14 | BC | 55 | 2B |
| Octal | 20 | 262 | 313 | 134 | 14 | 0 | 24 | 274 | 125 | 53 |
| Binary | 10000 | 10110010 | 11001011 | 1011100 | 1100 | 0 | 10100 | 10111100 | 1010101 | 101011 |
Color Harmonies of #10B2CB
Complementary color
Monochromatic Colors of #10B2CB
Black with #10B2CB
Text Example
Text Example
White with #10B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B2CB; }
p { color: rgb(16,178,203); }
H1.HeaderClassName
{
color: #10B2CB;
}
.AnyTagClassName
{
color: #10B2CB;
}
</style>
background-color css
<style>
a { background-color: #10B2CB; }
a { background-color: rgb(16,178,203); }
div.DivClassName
{
background-color: #10B2CB;
}
.BgClassName
{
background-color: #10B2CB;
}
</style>
border-color css
<style>
span { border-color: #10B2CB; }
span { border-color: rgb(16,178,203); }
td.TdClassName
{
border-color: #10B2CB;
}
.TagClassName
{
border-color: #10B2CB;
}
</style>