Shades of Iris Blue #1CA8CF
Tints of Iris Blue #1CA8CF
RGB
CMYK
RGB Variations
Color information
#1CA8CF (or 0x1CA8CF) is known color: Iris Blue. HEX triplet: 1C, A8 and CF. RGB value is (28,168,207). Sum of RGB (Red+Green+Blue) = 28+168+207=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #1CA8CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA8CF is #E35730. Grayscale: #828282. Windows color (decimal): -14898993 or 13608988. OLE color: 13608988.
HSL color Cylindrical-coordinate representation of color #1CA8CF: hue angle of 193.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CA8CF is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 168 | 207 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.19 |
| HSL | 193.07º | 0.76% | 0.46% | - |
| HSV(B) | 193.07º | 0.86% | 0.81% | - |
| XYZ | 25.74 | 32.76 | 64 | - |
| YUV | 130.59 | 171.12 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 207 | 0.86 | 0.19 | 0 | 0.19 | 193.07 | 0.76 | 0.46 |
| Hex | 1C | A8 | CF | 56 | 13 | 0 | 13 | C1 | 4C | 2E |
| Octal | 34 | 250 | 317 | 126 | 23 | 0 | 23 | 301 | 114 | 56 |
| Binary | 11100 | 10101000 | 11001111 | 1010110 | 10011 | 0 | 10011 | 11000001 | 1001100 | 101110 |
Color Harmonies of #1CA8CF
Complementary color
Monochromatic Colors of #1CA8CF
Black with #1CA8CF
Text Example
Text Example
White with #1CA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA8CF; }
p { color: rgb(28,168,207); }
H1.HeaderClassName
{
color: #1CA8CF;
}
.AnyTagClassName
{
color: #1CA8CF;
}
</style>
background-color css
<style>
a { background-color: #1CA8CF; }
a { background-color: rgb(28,168,207); }
div.DivClassName
{
background-color: #1CA8CF;
}
.BgClassName
{
background-color: #1CA8CF;
}
</style>
border-color css
<style>
span { border-color: #1CA8CF; }
span { border-color: rgb(28,168,207); }
td.TdClassName
{
border-color: #1CA8CF;
}
.TagClassName
{
border-color: #1CA8CF;
}
</style>