Shades of Iris Blue #12AFCB
Tints of Iris Blue #12AFCB
RGB
CMYK
RGB Variations
Color information
#12AFCB (or 0x12AFCB) is known color: Iris Blue. HEX triplet: 12, AF and CB. RGB value is (18,175,203). Sum of RGB (Red+Green+Blue) = 18+175+203=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #12AFCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFCB is #ED5034. Grayscale: #828282. Windows color (decimal): -15552565 or 13348626. OLE color: 13348626.
HSL color Cylindrical-coordinate representation of color #12AFCB: hue angle of 189.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AFCB is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 175 | 203 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.20 |
| HSL | 189.08º | 0.84% | 0.43% | - |
| HSV(B) | 189.08º | 0.91% | 0.8% | - |
| XYZ | 26.36 | 35.1 | 61.89 | - |
| YUV | 131.25 | 168.49 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 203 | 0.91 | 0.14 | 0 | 0.20 | 189.08 | 0.84 | 0.43 |
| Hex | 12 | AF | CB | 5B | E | 0 | 14 | BD | 54 | 2B |
| Octal | 22 | 257 | 313 | 133 | 16 | 0 | 24 | 275 | 124 | 53 |
| Binary | 10010 | 10101111 | 11001011 | 1011011 | 1110 | 0 | 10100 | 10111101 | 1010100 | 101011 |
Color Harmonies of #12AFCB
Complementary color
Monochromatic Colors of #12AFCB
Black with #12AFCB
Text Example
Text Example
White with #12AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFCB; }
p { color: rgb(18,175,203); }
H1.HeaderClassName
{
color: #12AFCB;
}
.AnyTagClassName
{
color: #12AFCB;
}
</style>
background-color css
<style>
a { background-color: #12AFCB; }
a { background-color: rgb(18,175,203); }
div.DivClassName
{
background-color: #12AFCB;
}
.BgClassName
{
background-color: #12AFCB;
}
</style>
border-color css
<style>
span { border-color: #12AFCB; }
span { border-color: rgb(18,175,203); }
td.TdClassName
{
border-color: #12AFCB;
}
.TagClassName
{
border-color: #12AFCB;
}
</style>