Shades of Iris Blue #1CAFC5
Tints of Iris Blue #1CAFC5
RGB
CMYK
RGB Variations
Color information
#1CAFC5 (or 0x1CAFC5) is known color: Iris Blue. HEX triplet: 1C, AF and C5. RGB value is (28,175,197). Sum of RGB (Red+Green+Blue) = 28+175+197=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #1CAFC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFC5 is #E3503A. Grayscale: #858585. Windows color (decimal): -14897211 or 12955420. OLE color: 12955420.
HSL color Cylindrical-coordinate representation of color #1CAFC5: hue angle of 187.81º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CAFC5 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 175 | 197 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.23 |
| HSL | 187.81º | 0.75% | 0.44% | - |
| HSV(B) | 187.81º | 0.86% | 0.77% | - |
| XYZ | 25.89 | 34.94 | 58.2 | - |
| YUV | 133.56 | 163.8 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 197 | 0.86 | 0.11 | 0 | 0.23 | 187.81 | 0.75 | 0.44 |
| Hex | 1C | AF | C5 | 56 | B | 0 | 17 | BC | 4B | 2C |
| Octal | 34 | 257 | 305 | 126 | 13 | 0 | 27 | 274 | 113 | 54 |
| Binary | 11100 | 10101111 | 11000101 | 1010110 | 1011 | 0 | 10111 | 10111100 | 1001011 | 101100 |
Color Harmonies of #1CAFC5
Complementary color
Monochromatic Colors of #1CAFC5
Black with #1CAFC5
Text Example
Text Example
White with #1CAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAFC5; }
p { color: rgb(28,175,197); }
H1.HeaderClassName
{
color: #1CAFC5;
}
.AnyTagClassName
{
color: #1CAFC5;
}
</style>
background-color css
<style>
a { background-color: #1CAFC5; }
a { background-color: rgb(28,175,197); }
div.DivClassName
{
background-color: #1CAFC5;
}
.BgClassName
{
background-color: #1CAFC5;
}
</style>
border-color css
<style>
span { border-color: #1CAFC5; }
span { border-color: rgb(28,175,197); }
td.TdClassName
{
border-color: #1CAFC5;
}
.TagClassName
{
border-color: #1CAFC5;
}
</style>