Shades of Iris Blue #03BEDA
Tints of Iris Blue #03BEDA
RGB
CMYK
RGB Variations
Color information
#03BEDA (or 0x03BEDA) is known color: Iris Blue. HEX triplet: 03, BE and DA. RGB value is (3,190,218). Sum of RGB (Red+Green+Blue) = 3+190+218=411 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #03BEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BEDA is #FC4125. Grayscale: #888888. Windows color (decimal): -16531750 or 14335491. OLE color: 14335491.
HSL color Cylindrical-coordinate representation of color #03BEDA: hue angle of 187.81º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BEDA is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 190 | 218 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.15 |
| HSL | 187.81º | 0.97% | 0.43% | - |
| HSV(B) | 187.81º | 0.99% | 0.85% | - |
| XYZ | 31.11 | 41.91 | 72.78 | - |
| YUV | 137.28 | 173.55 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 218 | 0.99 | 0.13 | 0 | 0.15 | 187.81 | 0.97 | 0.43 |
| Hex | 3 | BE | DA | 63 | D | 0 | F | BC | 61 | 2B |
| Octal | 3 | 276 | 332 | 143 | 15 | 0 | 17 | 274 | 141 | 53 |
| Binary | 11 | 10111110 | 11011010 | 1100011 | 1101 | 0 | 1111 | 10111100 | 1100001 | 101011 |
Color Harmonies of #03BEDA
Complementary color
Monochromatic Colors of #03BEDA
Black with #03BEDA
Text Example
Text Example
White with #03BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BEDA; }
p { color: rgb(3,190,218); }
H1.HeaderClassName
{
color: #03BEDA;
}
.AnyTagClassName
{
color: #03BEDA;
}
</style>
background-color css
<style>
a { background-color: #03BEDA; }
a { background-color: rgb(3,190,218); }
div.DivClassName
{
background-color: #03BEDA;
}
.BgClassName
{
background-color: #03BEDA;
}
</style>
border-color css
<style>
span { border-color: #03BEDA; }
span { border-color: rgb(3,190,218); }
td.TdClassName
{
border-color: #03BEDA;
}
.TagClassName
{
border-color: #03BEDA;
}
</style>