Shades of Iris Blue #05BFCC
Tints of Iris Blue #05BFCC
RGB
CMYK
RGB Variations
Color information
#05BFCC (or 0x05BFCC) is known color: Iris Blue. HEX triplet: 05, BF and CC. RGB value is (5,191,204). Sum of RGB (Red+Green+Blue) = 5+191+204=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #05BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFCC is #FA4033. Grayscale: #888888. Windows color (decimal): -16400436 or 13418245. OLE color: 13418245.
HSL color Cylindrical-coordinate representation of color #05BFCC: hue angle of 183.92º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BFCC is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 191 | 204 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.2 |
| HSL | 183.92º | 0.95% | 0.41% | - |
| HSV(B) | 183.92º | 0.98% | 0.8% | - |
| XYZ | 29.59 | 41.65 | 63.61 | - |
| YUV | 136.87 | 165.88 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 191 | 204 | 0.98 | 0.06 | 0 | 0.2 | 183.92 | 0.95 | 0.41 |
| Hex | 5 | BF | CC | 62 | 6 | 0 | 14 | B8 | 5F | 29 |
| Octal | 5 | 277 | 314 | 142 | 6 | 0 | 24 | 270 | 137 | 51 |
| Binary | 101 | 10111111 | 11001100 | 1100010 | 110 | 0 | 10100 | 10111000 | 1011111 | 101001 |
Color Harmonies of #05BFCC
Complementary color
Monochromatic Colors of #05BFCC
Black with #05BFCC
Text Example
Text Example
White with #05BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BFCC; }
p { color: rgb(5,191,204); }
H1.HeaderClassName
{
color: #05BFCC;
}
.AnyTagClassName
{
color: #05BFCC;
}
</style>
background-color css
<style>
a { background-color: #05BFCC; }
a { background-color: rgb(5,191,204); }
div.DivClassName
{
background-color: #05BFCC;
}
.BgClassName
{
background-color: #05BFCC;
}
</style>
border-color css
<style>
span { border-color: #05BFCC; }
span { border-color: rgb(5,191,204); }
td.TdClassName
{
border-color: #05BFCC;
}
.TagClassName
{
border-color: #05BFCC;
}
</style>