Shades of Iris Blue #10A8CF
Tints of Iris Blue #10A8CF
RGB
CMYK
RGB Variations
Color information
#10A8CF (or 0x10A8CF) is known color: Iris Blue. HEX triplet: 10, A8 and CF. RGB value is (16,168,207). Sum of RGB (Red+Green+Blue) = 16+168+207=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #10A8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8CF is #EF5730. Grayscale: #7E7E7E. Windows color (decimal): -15685425 or 13608976. OLE color: 13608976.
HSL color Cylindrical-coordinate representation of color #10A8CF: hue angle of 192.25º 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 #10A8CF is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 168 | 207 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.19 |
| HSL | 192.25º | 0.86% | 0.44% | - |
| HSV(B) | 192.25º | 0.92% | 0.81% | - |
| XYZ | 25.48 | 32.62 | 63.98 | - |
| YUV | 127 | 173.14 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 207 | 0.92 | 0.19 | 0 | 0.19 | 192.25 | 0.86 | 0.44 |
| Hex | 10 | A8 | CF | 5C | 13 | 0 | 13 | C0 | 56 | 2C |
| Octal | 20 | 250 | 317 | 134 | 23 | 0 | 23 | 300 | 126 | 54 |
| Binary | 10000 | 10101000 | 11001111 | 1011100 | 10011 | 0 | 10011 | 11000000 | 1010110 | 101100 |
Color Harmonies of #10A8CF
Complementary color
Monochromatic Colors of #10A8CF
Black with #10A8CF
Text Example
Text Example
White with #10A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8CF; }
p { color: rgb(16,168,207); }
H1.HeaderClassName
{
color: #10A8CF;
}
.AnyTagClassName
{
color: #10A8CF;
}
</style>
background-color css
<style>
a { background-color: #10A8CF; }
a { background-color: rgb(16,168,207); }
div.DivClassName
{
background-color: #10A8CF;
}
.BgClassName
{
background-color: #10A8CF;
}
</style>
border-color css
<style>
span { border-color: #10A8CF; }
span { border-color: rgb(16,168,207); }
td.TdClassName
{
border-color: #10A8CF;
}
.TagClassName
{
border-color: #10A8CF;
}
</style>