Shades of Iris Blue #10A8DA
Tints of Iris Blue #10A8DA
RGB
CMYK
RGB Variations
Color information
#10A8DA (or 0x10A8DA) is known color: Iris Blue. HEX triplet: 10, A8 and DA. RGB value is (16,168,218). Sum of RGB (Red+Green+Blue) = 16+168+218=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #10A8DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8DA is #EF5725. Grayscale: #7F7F7F. Windows color (decimal): -15685414 or 14329872. OLE color: 14329872.
HSL color Cylindrical-coordinate representation of color #10A8DA: hue angle of 194.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A8DA is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 168 | 218 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.15 |
| HSL | 194.85º | 0.86% | 0.46% | - |
| HSV(B) | 194.85º | 0.93% | 0.85% | - |
| XYZ | 26.87 | 33.18 | 71.32 | - |
| YUV | 128.25 | 178.64 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 218 | 0.93 | 0.23 | 0 | 0.15 | 194.85 | 0.86 | 0.46 |
| Hex | 10 | A8 | DA | 5D | 17 | 0 | F | C3 | 56 | 2E |
| Octal | 20 | 250 | 332 | 135 | 27 | 0 | 17 | 303 | 126 | 56 |
| Binary | 10000 | 10101000 | 11011010 | 1011101 | 10111 | 0 | 1111 | 11000011 | 1010110 | 101110 |
Color Harmonies of #10A8DA
Complementary color
Monochromatic Colors of #10A8DA
Black with #10A8DA
Text Example
Text Example
White with #10A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8DA; }
p { color: rgb(16,168,218); }
H1.HeaderClassName
{
color: #10A8DA;
}
.AnyTagClassName
{
color: #10A8DA;
}
</style>
background-color css
<style>
a { background-color: #10A8DA; }
a { background-color: rgb(16,168,218); }
div.DivClassName
{
background-color: #10A8DA;
}
.BgClassName
{
background-color: #10A8DA;
}
</style>
border-color css
<style>
span { border-color: #10A8DA; }
span { border-color: rgb(16,168,218); }
td.TdClassName
{
border-color: #10A8DA;
}
.TagClassName
{
border-color: #10A8DA;
}
</style>