Shades of Iris Blue #04BFD5
Tints of Iris Blue #04BFD5
RGB
CMYK
RGB Variations
Color information
#04BFD5 (or 0x04BFD5) is known color: Iris Blue. HEX triplet: 04, BF and D5. RGB value is (4,191,213). Sum of RGB (Red+Green+Blue) = 4+191+213=408 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #04BFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFD5 is #FB402A. Grayscale: #898989. Windows color (decimal): -16465963 or 14008068. OLE color: 14008068.
HSL color Cylindrical-coordinate representation of color #04BFD5: hue angle of 186.32º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFD5 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 191 | 213 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.16 |
| HSL | 186.32º | 0.96% | 0.43% | - |
| HSV(B) | 186.32º | 0.98% | 0.84% | - |
| XYZ | 30.69 | 42.09 | 69.46 | - |
| YUV | 137.6 | 170.55 | 32.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 213 | 0.98 | 0.10 | 0 | 0.16 | 186.32 | 0.96 | 0.43 |
| Hex | 4 | BF | D5 | 62 | A | 0 | 10 | BA | 60 | 2B |
| Octal | 4 | 277 | 325 | 142 | 12 | 0 | 20 | 272 | 140 | 53 |
| Binary | 100 | 10111111 | 11010101 | 1100010 | 1010 | 0 | 10000 | 10111010 | 1100000 | 101011 |
Color Harmonies of #04BFD5
Complementary color
Monochromatic Colors of #04BFD5
Black with #04BFD5
Text Example
Text Example
White with #04BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFD5; }
p { color: rgb(4,191,213); }
H1.HeaderClassName
{
color: #04BFD5;
}
.AnyTagClassName
{
color: #04BFD5;
}
</style>
background-color css
<style>
a { background-color: #04BFD5; }
a { background-color: rgb(4,191,213); }
div.DivClassName
{
background-color: #04BFD5;
}
.BgClassName
{
background-color: #04BFD5;
}
</style>
border-color css
<style>
span { border-color: #04BFD5; }
span { border-color: rgb(4,191,213); }
td.TdClassName
{
border-color: #04BFD5;
}
.TagClassName
{
border-color: #04BFD5;
}
</style>