Shades of Iris Blue #03B2D4
Tints of Iris Blue #03B2D4
RGB
CMYK
RGB Variations
Color information
#03B2D4 (or 0x03B2D4) is known color: Iris Blue. HEX triplet: 03, B2 and D4. RGB value is (3,178,212). Sum of RGB (Red+Green+Blue) = 3+178+212=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #03B2D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B2D4 is #FC4D2B. Grayscale: #818181. Windows color (decimal): -16534828 or 13939203. OLE color: 13939203.
HSL color Cylindrical-coordinate representation of color #03B2D4: hue angle of 189.76º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B2D4 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 178 | 212 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.17 |
| HSL | 189.76º | 0.97% | 0.42% | - |
| HSV(B) | 189.76º | 0.99% | 0.83% | - |
| XYZ | 27.84 | 36.61 | 67.89 | - |
| YUV | 129.55 | 174.52 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 178 | 212 | 0.99 | 0.16 | 0 | 0.17 | 189.76 | 0.97 | 0.42 |
| Hex | 3 | B2 | D4 | 63 | 10 | 0 | 11 | BE | 61 | 2A |
| Octal | 3 | 262 | 324 | 143 | 20 | 0 | 21 | 276 | 141 | 52 |
| Binary | 11 | 10110010 | 11010100 | 1100011 | 10000 | 0 | 10001 | 10111110 | 1100001 | 101010 |
Color Harmonies of #03B2D4
Complementary color
Monochromatic Colors of #03B2D4
Black with #03B2D4
Text Example
Text Example
White with #03B2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B2D4; }
p { color: rgb(3,178,212); }
H1.HeaderClassName
{
color: #03B2D4;
}
.AnyTagClassName
{
color: #03B2D4;
}
</style>
background-color css
<style>
a { background-color: #03B2D4; }
a { background-color: rgb(3,178,212); }
div.DivClassName
{
background-color: #03B2D4;
}
.BgClassName
{
background-color: #03B2D4;
}
</style>
border-color css
<style>
span { border-color: #03B2D4; }
span { border-color: rgb(3,178,212); }
td.TdClassName
{
border-color: #03B2D4;
}
.TagClassName
{
border-color: #03B2D4;
}
</style>