Shades of Eastern Blue #08909B
Tints of Eastern Blue #08909B
RGB
CMYK
RGB Variations
Color information
#08909B (or 0x08909B) is known color: Eastern Blue. HEX triplet: 08, 90 and 9B. RGB value is (8,144,155). Sum of RGB (Red+Green+Blue) = 8+144+155=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #08909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08909B is #F76F64. Grayscale: #686868. Windows color (decimal): -16215909 or 10194952. OLE color: 10194952.
HSL color Cylindrical-coordinate representation of color #08909B: hue angle of 184.49º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08909B is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 144 | 155 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.39 |
| HSL | 184.49º | 0.9% | 0.32% | - |
| HSV(B) | 184.49º | 0.95% | 0.61% | - |
| XYZ | 15.99 | 22.36 | 34.48 | - |
| YUV | 104.59 | 156.44 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 155 | 0.95 | 0.07 | 0 | 0.39 | 184.49 | 0.9 | 0.32 |
| Hex | 8 | 90 | 9B | 5F | 7 | 0 | 27 | B8 | 5A | 20 |
| Octal | 10 | 220 | 233 | 137 | 7 | 0 | 47 | 270 | 132 | 40 |
| Binary | 1000 | 10010000 | 10011011 | 1011111 | 111 | 0 | 100111 | 10111000 | 1011010 | 100000 |
Color Harmonies of #08909B
Complementary color
Monochromatic Colors of #08909B
Black with #08909B
Text Example
Text Example
White with #08909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08909B; }
p { color: rgb(8,144,155); }
H1.HeaderClassName
{
color: #08909B;
}
.AnyTagClassName
{
color: #08909B;
}
</style>
background-color css
<style>
a { background-color: #08909B; }
a { background-color: rgb(8,144,155); }
div.DivClassName
{
background-color: #08909B;
}
.BgClassName
{
background-color: #08909B;
}
</style>
border-color css
<style>
span { border-color: #08909B; }
span { border-color: rgb(8,144,155); }
td.TdClassName
{
border-color: #08909B;
}
.TagClassName
{
border-color: #08909B;
}
</style>