Shades of Iris Blue #10BECF
Tints of Iris Blue #10BECF
RGB
CMYK
RGB Variations
Color information
#10BECF (or 0x10BECF) is known color: Iris Blue. HEX triplet: 10, BE and CF. RGB value is (16,190,207). Sum of RGB (Red+Green+Blue) = 16+190+207=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #10BECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BECF is #EF4130. Grayscale: #8B8B8B. Windows color (decimal): -15679793 or 13614608. OLE color: 13614608.
HSL color Cylindrical-coordinate representation of color #10BECF: hue angle of 185.34º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BECF is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 190 | 207 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.19 |
| HSL | 185.34º | 0.86% | 0.44% | - |
| HSV(B) | 185.34º | 0.92% | 0.81% | - |
| XYZ | 29.89 | 41.44 | 65.46 | - |
| YUV | 139.91 | 165.85 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 207 | 0.92 | 0.08 | 0 | 0.19 | 185.34 | 0.86 | 0.44 |
| Hex | 10 | BE | CF | 5C | 8 | 0 | 13 | B9 | 56 | 2C |
| Octal | 20 | 276 | 317 | 134 | 10 | 0 | 23 | 271 | 126 | 54 |
| Binary | 10000 | 10111110 | 11001111 | 1011100 | 1000 | 0 | 10011 | 10111001 | 1010110 | 101100 |
Color Harmonies of #10BECF
Complementary color
Monochromatic Colors of #10BECF
Black with #10BECF
Text Example
Text Example
White with #10BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BECF; }
p { color: rgb(16,190,207); }
H1.HeaderClassName
{
color: #10BECF;
}
.AnyTagClassName
{
color: #10BECF;
}
</style>
background-color css
<style>
a { background-color: #10BECF; }
a { background-color: rgb(16,190,207); }
div.DivClassName
{
background-color: #10BECF;
}
.BgClassName
{
background-color: #10BECF;
}
</style>
border-color css
<style>
span { border-color: #10BECF; }
span { border-color: rgb(16,190,207); }
td.TdClassName
{
border-color: #10BECF;
}
.TagClassName
{
border-color: #10BECF;
}
</style>