Shades of Iris Blue #09B8C4
Tints of Iris Blue #09B8C4
RGB
CMYK
RGB Variations
Color information
#09B8C4 (or 0x09B8C4) is known color: Iris Blue. HEX triplet: 09, B8 and C4. RGB value is (9,184,196). Sum of RGB (Red+Green+Blue) = 9+184+196=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #09B8C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B8C4 is #F6473B. Grayscale: #848484. Windows color (decimal): -16140092 or 12892169. OLE color: 12892169.
HSL color Cylindrical-coordinate representation of color #09B8C4: hue angle of 183.85º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B8C4 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 184 | 196 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.23 |
| HSL | 183.85º | 0.91% | 0.4% | - |
| HSV(B) | 183.85º | 0.95% | 0.77% | - |
| XYZ | 27.22 | 38.32 | 58.19 | - |
| YUV | 133.04 | 163.52 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 196 | 0.95 | 0.06 | 0 | 0.23 | 183.85 | 0.91 | 0.4 |
| Hex | 9 | B8 | C4 | 5F | 6 | 0 | 17 | B8 | 5B | 28 |
| Octal | 11 | 270 | 304 | 137 | 6 | 0 | 27 | 270 | 133 | 50 |
| Binary | 1001 | 10111000 | 11000100 | 1011111 | 110 | 0 | 10111 | 10111000 | 1011011 | 101000 |
Color Harmonies of #09B8C4
Complementary color
Monochromatic Colors of #09B8C4
Black with #09B8C4
Text Example
Text Example
White with #09B8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B8C4; }
p { color: rgb(9,184,196); }
H1.HeaderClassName
{
color: #09B8C4;
}
.AnyTagClassName
{
color: #09B8C4;
}
</style>
background-color css
<style>
a { background-color: #09B8C4; }
a { background-color: rgb(9,184,196); }
div.DivClassName
{
background-color: #09B8C4;
}
.BgClassName
{
background-color: #09B8C4;
}
</style>
border-color css
<style>
span { border-color: #09B8C4; }
span { border-color: rgb(9,184,196); }
td.TdClassName
{
border-color: #09B8C4;
}
.TagClassName
{
border-color: #09B8C4;
}
</style>