Shades of Iris Blue #09B3D0
Tints of Iris Blue #09B3D0
RGB
CMYK
RGB Variations
Color information
#09B3D0 (or 0x09B3D0) is known color: Iris Blue. HEX triplet: 09, B3 and D0. RGB value is (9,179,208). Sum of RGB (Red+Green+Blue) = 9+179+208=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #09B3D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B3D0 is #F64C2F. Grayscale: #838383. Windows color (decimal): -16141360 or 13677321. OLE color: 13677321.
HSL color Cylindrical-coordinate representation of color #09B3D0: hue angle of 188.74º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B3D0 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 179 | 208 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.18 |
| HSL | 188.74º | 0.92% | 0.43% | - |
| HSV(B) | 188.74º | 0.96% | 0.82% | - |
| XYZ | 27.62 | 36.85 | 65.33 | - |
| YUV | 131.48 | 171.18 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 208 | 0.96 | 0.14 | 0 | 0.18 | 188.74 | 0.92 | 0.43 |
| Hex | 9 | B3 | D0 | 60 | E | 0 | 12 | BD | 5C | 2B |
| Octal | 11 | 263 | 320 | 140 | 16 | 0 | 22 | 275 | 134 | 53 |
| Binary | 1001 | 10110011 | 11010000 | 1100000 | 1110 | 0 | 10010 | 10111101 | 1011100 | 101011 |
Color Harmonies of #09B3D0
Complementary color
Monochromatic Colors of #09B3D0
Black with #09B3D0
Text Example
Text Example
White with #09B3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B3D0; }
p { color: rgb(9,179,208); }
H1.HeaderClassName
{
color: #09B3D0;
}
.AnyTagClassName
{
color: #09B3D0;
}
</style>
background-color css
<style>
a { background-color: #09B3D0; }
a { background-color: rgb(9,179,208); }
div.DivClassName
{
background-color: #09B3D0;
}
.BgClassName
{
background-color: #09B3D0;
}
</style>
border-color css
<style>
span { border-color: #09B3D0; }
span { border-color: rgb(9,179,208); }
td.TdClassName
{
border-color: #09B3D0;
}
.TagClassName
{
border-color: #09B3D0;
}
</style>