Shades of Iris Blue #17BFCC
Tints of Iris Blue #17BFCC
RGB
CMYK
RGB Variations
Color information
#17BFCC (or 0x17BFCC) is known color: Iris Blue. HEX triplet: 17, BF and CC. RGB value is (23,191,204). Sum of RGB (Red+Green+Blue) = 23+191+204=418 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.50% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #17BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BFCC is #E84033. Grayscale: #8E8E8E. Windows color (decimal): -15220788 or 13418263. OLE color: 13418263.
HSL color Cylindrical-coordinate representation of color #17BFCC: hue angle of 184.31º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17BFCC is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 191 | 204 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.2 |
| HSL | 184.31º | 0.8% | 0.45% | - |
| HSV(B) | 184.31º | 0.89% | 0.8% | - |
| XYZ | 29.88 | 41.8 | 63.62 | - |
| YUV | 142.25 | 162.84 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 204 | 0.89 | 0.06 | 0 | 0.2 | 184.31 | 0.8 | 0.45 |
| Hex | 17 | BF | CC | 59 | 6 | 0 | 14 | B8 | 50 | 2D |
| Octal | 27 | 277 | 314 | 131 | 6 | 0 | 24 | 270 | 120 | 55 |
| Binary | 10111 | 10111111 | 11001100 | 1011001 | 110 | 0 | 10100 | 10111000 | 1010000 | 101101 |
Color Harmonies of #17BFCC
Complementary color
Monochromatic Colors of #17BFCC
Black with #17BFCC
Text Example
Text Example
White with #17BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BFCC; }
p { color: rgb(23,191,204); }
H1.HeaderClassName
{
color: #17BFCC;
}
.AnyTagClassName
{
color: #17BFCC;
}
</style>
background-color css
<style>
a { background-color: #17BFCC; }
a { background-color: rgb(23,191,204); }
div.DivClassName
{
background-color: #17BFCC;
}
.BgClassName
{
background-color: #17BFCC;
}
</style>
border-color css
<style>
span { border-color: #17BFCC; }
span { border-color: rgb(23,191,204); }
td.TdClassName
{
border-color: #17BFCC;
}
.TagClassName
{
border-color: #17BFCC;
}
</style>