Shades of Iris Blue #10A8CC
Tints of Iris Blue #10A8CC
RGB
CMYK
RGB Variations
Color information
#10A8CC (or 0x10A8CC) is known color: Iris Blue. HEX triplet: 10, A8 and CC. RGB value is (16,168,204). Sum of RGB (Red+Green+Blue) = 16+168+204=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #10A8CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8CC is #EF5733. Grayscale: #7E7E7E. Windows color (decimal): -15685428 or 13412368. OLE color: 13412368.
HSL color Cylindrical-coordinate representation of color #10A8CC: hue angle of 191.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A8CC is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 168 | 204 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.2 |
| HSL | 191.49º | 0.85% | 0.43% | - |
| HSV(B) | 191.49º | 0.92% | 0.8% | - |
| XYZ | 25.12 | 32.48 | 62.07 | - |
| YUV | 126.66 | 171.64 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 204 | 0.92 | 0.18 | 0 | 0.2 | 191.49 | 0.85 | 0.43 |
| Hex | 10 | A8 | CC | 5C | 12 | 0 | 14 | BF | 55 | 2B |
| Octal | 20 | 250 | 314 | 134 | 22 | 0 | 24 | 277 | 125 | 53 |
| Binary | 10000 | 10101000 | 11001100 | 1011100 | 10010 | 0 | 10100 | 10111111 | 1010101 | 101011 |
Color Harmonies of #10A8CC
Complementary color
Monochromatic Colors of #10A8CC
Black with #10A8CC
Text Example
Text Example
White with #10A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8CC; }
p { color: rgb(16,168,204); }
H1.HeaderClassName
{
color: #10A8CC;
}
.AnyTagClassName
{
color: #10A8CC;
}
</style>
background-color css
<style>
a { background-color: #10A8CC; }
a { background-color: rgb(16,168,204); }
div.DivClassName
{
background-color: #10A8CC;
}
.BgClassName
{
background-color: #10A8CC;
}
</style>
border-color css
<style>
span { border-color: #10A8CC; }
span { border-color: rgb(16,168,204); }
td.TdClassName
{
border-color: #10A8CC;
}
.TagClassName
{
border-color: #10A8CC;
}
</style>