Shades of Iris Blue #09BAC3
Tints of Iris Blue #09BAC3
RGB
CMYK
RGB Variations
Color information
#09BAC3 (or 0x09BAC3) is known color: Iris Blue. HEX triplet: 09, BA and C3. RGB value is (9,186,195). Sum of RGB (Red+Green+Blue) = 9+186+195=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #09BAC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BAC3 is #F6453C. Grayscale: #858585. Windows color (decimal): -16139581 or 12827145. OLE color: 12827145.
HSL color Cylindrical-coordinate representation of color #09BAC3: hue angle of 182.9º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BAC3 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 186 | 195 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.24 |
| HSL | 182.9º | 0.91% | 0.4% | - |
| HSV(B) | 182.9º | 0.95% | 0.76% | - |
| XYZ | 27.52 | 39.12 | 57.73 | - |
| YUV | 134.1 | 162.36 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 195 | 0.95 | 0.05 | 0 | 0.24 | 182.9 | 0.91 | 0.4 |
| Hex | 9 | BA | C3 | 5F | 5 | 0 | 18 | B7 | 5B | 28 |
| Octal | 11 | 272 | 303 | 137 | 5 | 0 | 30 | 267 | 133 | 50 |
| Binary | 1001 | 10111010 | 11000011 | 1011111 | 101 | 0 | 11000 | 10110111 | 1011011 | 101000 |
Color Harmonies of #09BAC3
Complementary color
Monochromatic Colors of #09BAC3
Black with #09BAC3
Text Example
Text Example
White with #09BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BAC3; }
p { color: rgb(9,186,195); }
H1.HeaderClassName
{
color: #09BAC3;
}
.AnyTagClassName
{
color: #09BAC3;
}
</style>
background-color css
<style>
a { background-color: #09BAC3; }
a { background-color: rgb(9,186,195); }
div.DivClassName
{
background-color: #09BAC3;
}
.BgClassName
{
background-color: #09BAC3;
}
</style>
border-color css
<style>
span { border-color: #09BAC3; }
span { border-color: rgb(9,186,195); }
td.TdClassName
{
border-color: #09BAC3;
}
.TagClassName
{
border-color: #09BAC3;
}
</style>