Shades of Iris Blue #10B4D0
Tints of Iris Blue #10B4D0
RGB
CMYK
RGB Variations
Color information
#10B4D0 (or 0x10B4D0) is known color: Iris Blue. HEX triplet: 10, B4 and D0. RGB value is (16,180,208). Sum of RGB (Red+Green+Blue) = 16+180+208=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #10B4D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B4D0 is #EF4B2F. Grayscale: #858585. Windows color (decimal): -15682352 or 13677584. OLE color: 13677584.
HSL color Cylindrical-coordinate representation of color #10B4D0: hue angle of 188.75º 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 #10B4D0 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 180 | 208 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.18 |
| HSL | 188.75º | 0.86% | 0.44% | - |
| HSV(B) | 188.75º | 0.92% | 0.82% | - |
| XYZ | 27.92 | 37.31 | 65.4 | - |
| YUV | 134.16 | 169.67 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 208 | 0.92 | 0.13 | 0 | 0.18 | 188.75 | 0.86 | 0.44 |
| Hex | 10 | B4 | D0 | 5C | D | 0 | 12 | BD | 56 | 2C |
| Octal | 20 | 264 | 320 | 134 | 15 | 0 | 22 | 275 | 126 | 54 |
| Binary | 10000 | 10110100 | 11010000 | 1011100 | 1101 | 0 | 10010 | 10111101 | 1010110 | 101100 |
Color Harmonies of #10B4D0
Complementary color
Monochromatic Colors of #10B4D0
Black with #10B4D0
Text Example
Text Example
White with #10B4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B4D0; }
p { color: rgb(16,180,208); }
H1.HeaderClassName
{
color: #10B4D0;
}
.AnyTagClassName
{
color: #10B4D0;
}
</style>
background-color css
<style>
a { background-color: #10B4D0; }
a { background-color: rgb(16,180,208); }
div.DivClassName
{
background-color: #10B4D0;
}
.BgClassName
{
background-color: #10B4D0;
}
</style>
border-color css
<style>
span { border-color: #10B4D0; }
span { border-color: rgb(16,180,208); }
td.TdClassName
{
border-color: #10B4D0;
}
.TagClassName
{
border-color: #10B4D0;
}
</style>