Shades of Iris Blue #10B5CB
Tints of Iris Blue #10B5CB
RGB
CMYK
RGB Variations
Color information
#10B5CB (or 0x10B5CB) is known color: Iris Blue. HEX triplet: 10, B5 and CB. RGB value is (16,181,203). Sum of RGB (Red+Green+Blue) = 16+181+203=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #10B5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B5CB is #EF4A34. Grayscale: #858585. Windows color (decimal): -15682101 or 13350160. OLE color: 13350160.
HSL color Cylindrical-coordinate representation of color #10B5CB: hue angle of 187.06º 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 #10B5CB is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 181 | 203 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.20 |
| HSL | 187.06º | 0.85% | 0.43% | - |
| HSV(B) | 187.06º | 0.92% | 0.8% | - |
| XYZ | 27.52 | 37.47 | 62.28 | - |
| YUV | 134.17 | 166.84 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 203 | 0.92 | 0.11 | 0 | 0.20 | 187.06 | 0.85 | 0.43 |
| Hex | 10 | B5 | CB | 5C | B | 0 | 14 | BB | 55 | 2B |
| Octal | 20 | 265 | 313 | 134 | 13 | 0 | 24 | 273 | 125 | 53 |
| Binary | 10000 | 10110101 | 11001011 | 1011100 | 1011 | 0 | 10100 | 10111011 | 1010101 | 101011 |
Color Harmonies of #10B5CB
Complementary color
Monochromatic Colors of #10B5CB
Black with #10B5CB
Text Example
Text Example
White with #10B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B5CB; }
p { color: rgb(16,181,203); }
H1.HeaderClassName
{
color: #10B5CB;
}
.AnyTagClassName
{
color: #10B5CB;
}
</style>
background-color css
<style>
a { background-color: #10B5CB; }
a { background-color: rgb(16,181,203); }
div.DivClassName
{
background-color: #10B5CB;
}
.BgClassName
{
background-color: #10B5CB;
}
</style>
border-color css
<style>
span { border-color: #10B5CB; }
span { border-color: rgb(16,181,203); }
td.TdClassName
{
border-color: #10B5CB;
}
.TagClassName
{
border-color: #10B5CB;
}
</style>