Shades of Iris Blue #04BDCF
Tints of Iris Blue #04BDCF
RGB
CMYK
RGB Variations
Color information
#04BDCF (or 0x04BDCF) is known color: Iris Blue. HEX triplet: 04, BD and CF. RGB value is (4,189,207). Sum of RGB (Red+Green+Blue) = 4+189+207=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #04BDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDCF is #FB4230. Grayscale: #878787. Windows color (decimal): -16466481 or 13614340. OLE color: 13614340.
HSL color Cylindrical-coordinate representation of color #04BDCF: hue angle of 185.32º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDCF is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 189 | 207 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.19 |
| HSL | 185.32º | 0.96% | 0.41% | - |
| HSV(B) | 185.32º | 0.98% | 0.81% | - |
| XYZ | 29.51 | 40.93 | 65.38 | - |
| YUV | 135.74 | 168.21 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 207 | 0.98 | 0.09 | 0 | 0.19 | 185.32 | 0.96 | 0.41 |
| Hex | 4 | BD | CF | 62 | 9 | 0 | 13 | B9 | 60 | 29 |
| Octal | 4 | 275 | 317 | 142 | 11 | 0 | 23 | 271 | 140 | 51 |
| Binary | 100 | 10111101 | 11001111 | 1100010 | 1001 | 0 | 10011 | 10111001 | 1100000 | 101001 |
Color Harmonies of #04BDCF
Complementary color
Monochromatic Colors of #04BDCF
Black with #04BDCF
Text Example
Text Example
White with #04BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDCF; }
p { color: rgb(4,189,207); }
H1.HeaderClassName
{
color: #04BDCF;
}
.AnyTagClassName
{
color: #04BDCF;
}
</style>
background-color css
<style>
a { background-color: #04BDCF; }
a { background-color: rgb(4,189,207); }
div.DivClassName
{
background-color: #04BDCF;
}
.BgClassName
{
background-color: #04BDCF;
}
</style>
border-color css
<style>
span { border-color: #04BDCF; }
span { border-color: rgb(4,189,207); }
td.TdClassName
{
border-color: #04BDCF;
}
.TagClassName
{
border-color: #04BDCF;
}
</style>