Shades of Iris Blue #10B3DE
Tints of Iris Blue #10B3DE
RGB
CMYK
RGB Variations
Color information
#10B3DE (or 0x10B3DE) is known color: Iris Blue. HEX triplet: 10, B3 and DE. RGB value is (16,179,222). Sum of RGB (Red+Green+Blue) = 16+179+222=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #10B3DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B3DE is #EF4C21. Grayscale: #868686. Windows color (decimal): -15682594 or 14594832. OLE color: 14594832.
HSL color Cylindrical-coordinate representation of color #10B3DE: hue angle of 192.52º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B3DE is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 179 | 222 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.13 |
| HSL | 192.52º | 0.87% | 0.47% | - |
| HSV(B) | 192.52º | 0.93% | 0.87% | - |
| XYZ | 29.52 | 37.62 | 74.81 | - |
| YUV | 135.17 | 177 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 222 | 0.93 | 0.19 | 0 | 0.13 | 192.52 | 0.87 | 0.47 |
| Hex | 10 | B3 | DE | 5D | 13 | 0 | D | C1 | 57 | 2F |
| Octal | 20 | 263 | 336 | 135 | 23 | 0 | 15 | 301 | 127 | 57 |
| Binary | 10000 | 10110011 | 11011110 | 1011101 | 10011 | 0 | 1101 | 11000001 | 1010111 | 101111 |
Color Harmonies of #10B3DE
Complementary color
Monochromatic Colors of #10B3DE
Black with #10B3DE
Text Example
Text Example
White with #10B3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B3DE; }
p { color: rgb(16,179,222); }
H1.HeaderClassName
{
color: #10B3DE;
}
.AnyTagClassName
{
color: #10B3DE;
}
</style>
background-color css
<style>
a { background-color: #10B3DE; }
a { background-color: rgb(16,179,222); }
div.DivClassName
{
background-color: #10B3DE;
}
.BgClassName
{
background-color: #10B3DE;
}
</style>
border-color css
<style>
span { border-color: #10B3DE; }
span { border-color: rgb(16,179,222); }
td.TdClassName
{
border-color: #10B3DE;
}
.TagClassName
{
border-color: #10B3DE;
}
</style>