Shades of Iris Blue #02BEDA
Tints of Iris Blue #02BEDA
RGB
CMYK
RGB Variations
Color information
#02BEDA (or 0x02BEDA) is known color: Iris Blue. HEX triplet: 02, BE and DA. RGB value is (2,190,218). Sum of RGB (Red+Green+Blue) = 2+190+218=410 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #02BEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BEDA is #FD4125. Grayscale: #888888. Windows color (decimal): -16597286 or 14335490. OLE color: 14335490.
HSL color Cylindrical-coordinate representation of color #02BEDA: hue angle of 187.78º degrees, saturation: 0.98, 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 #02BEDA is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 190 | 218 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.15 |
| HSL | 187.78º | 0.98% | 0.43% | - |
| HSV(B) | 187.78º | 0.99% | 0.85% | - |
| XYZ | 31.09 | 41.9 | 72.78 | - |
| YUV | 136.98 | 173.72 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 190 | 218 | 0.99 | 0.13 | 0 | 0.15 | 187.78 | 0.98 | 0.43 |
| Hex | 2 | BE | DA | 63 | D | 0 | F | BC | 62 | 2B |
| Octal | 2 | 276 | 332 | 143 | 15 | 0 | 17 | 274 | 142 | 53 |
| Binary | 10 | 10111110 | 11011010 | 1100011 | 1101 | 0 | 1111 | 10111100 | 1100010 | 101011 |
Color Harmonies of #02BEDA
Complementary color
Monochromatic Colors of #02BEDA
Black with #02BEDA
Text Example
Text Example
White with #02BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BEDA; }
p { color: rgb(2,190,218); }
H1.HeaderClassName
{
color: #02BEDA;
}
.AnyTagClassName
{
color: #02BEDA;
}
</style>
background-color css
<style>
a { background-color: #02BEDA; }
a { background-color: rgb(2,190,218); }
div.DivClassName
{
background-color: #02BEDA;
}
.BgClassName
{
background-color: #02BEDA;
}
</style>
border-color css
<style>
span { border-color: #02BEDA; }
span { border-color: rgb(2,190,218); }
td.TdClassName
{
border-color: #02BEDA;
}
.TagClassName
{
border-color: #02BEDA;
}
</style>