Shades of Iris Blue #10A8CA
Tints of Iris Blue #10A8CA
RGB
CMYK
RGB Variations
Color information
#10A8CA (or 0x10A8CA) is known color: Iris Blue. HEX triplet: 10, A8 and CA. RGB value is (16,168,202). Sum of RGB (Red+Green+Blue) = 16+168+202=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #10A8CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8CA is #EF5735. Grayscale: #7E7E7E. Windows color (decimal): -15685430 or 13281296. OLE color: 13281296.
HSL color Cylindrical-coordinate representation of color #10A8CA: hue angle of 190.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A8CA is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 168 | 202 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.21 |
| HSL | 190.97º | 0.85% | 0.43% | - |
| HSV(B) | 190.97º | 0.92% | 0.79% | - |
| XYZ | 24.88 | 32.38 | 60.82 | - |
| YUV | 126.43 | 170.64 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 202 | 0.92 | 0.17 | 0 | 0.21 | 190.97 | 0.85 | 0.43 |
| Hex | 10 | A8 | CA | 5C | 11 | 0 | 15 | BF | 55 | 2B |
| Octal | 20 | 250 | 312 | 134 | 21 | 0 | 25 | 277 | 125 | 53 |
| Binary | 10000 | 10101000 | 11001010 | 1011100 | 10001 | 0 | 10101 | 10111111 | 1010101 | 101011 |
Color Harmonies of #10A8CA
Complementary color
Monochromatic Colors of #10A8CA
Black with #10A8CA
Text Example
Text Example
White with #10A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8CA; }
p { color: rgb(16,168,202); }
H1.HeaderClassName
{
color: #10A8CA;
}
.AnyTagClassName
{
color: #10A8CA;
}
</style>
background-color css
<style>
a { background-color: #10A8CA; }
a { background-color: rgb(16,168,202); }
div.DivClassName
{
background-color: #10A8CA;
}
.BgClassName
{
background-color: #10A8CA;
}
</style>
border-color css
<style>
span { border-color: #10A8CA; }
span { border-color: rgb(16,168,202); }
td.TdClassName
{
border-color: #10A8CA;
}
.TagClassName
{
border-color: #10A8CA;
}
</style>