Shades of Bondi Blue #0E8FAA
Tints of Bondi Blue #0E8FAA
RGB
CMYK
RGB Variations
Color information
#0E8FAA (or 0x0E8FAA) is known color: Bondi Blue. HEX triplet: 0E, 8F and AA. RGB value is (14,143,170). Sum of RGB (Red+Green+Blue) = 14+143+170=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E8FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8FAA is #F17055. Grayscale: #6B6B6B. Windows color (decimal): -15822934 or 11177742. OLE color: 11177742.
HSL color Cylindrical-coordinate representation of color #0E8FAA: hue angle of 190.38º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E8FAA is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 143 | 170 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.33 |
| HSL | 190.38º | 0.85% | 0.36% | - |
| HSV(B) | 190.38º | 0.92% | 0.67% | - |
| XYZ | 17.26 | 22.64 | 41.49 | - |
| YUV | 107.51 | 163.26 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 143 | 170 | 0.92 | 0.16 | 0 | 0.33 | 190.38 | 0.85 | 0.36 |
| Hex | E | 8F | AA | 5C | 10 | 0 | 21 | BE | 55 | 24 |
| Octal | 16 | 217 | 252 | 134 | 20 | 0 | 41 | 276 | 125 | 44 |
| Binary | 1110 | 10001111 | 10101010 | 1011100 | 10000 | 0 | 100001 | 10111110 | 1010101 | 100100 |
Color Harmonies of #0E8FAA
Complementary color
Monochromatic Colors of #0E8FAA
Black with #0E8FAA
Text Example
Text Example
White with #0E8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8FAA; }
p { color: rgb(14,143,170); }
H1.HeaderClassName
{
color: #0E8FAA;
}
.AnyTagClassName
{
color: #0E8FAA;
}
</style>
background-color css
<style>
a { background-color: #0E8FAA; }
a { background-color: rgb(14,143,170); }
div.DivClassName
{
background-color: #0E8FAA;
}
.BgClassName
{
background-color: #0E8FAA;
}
</style>
border-color css
<style>
span { border-color: #0E8FAA; }
span { border-color: rgb(14,143,170); }
td.TdClassName
{
border-color: #0E8FAA;
}
.TagClassName
{
border-color: #0E8FAA;
}
</style>