Shades of Bondi Blue #0E93AF
Tints of Bondi Blue #0E93AF
RGB
CMYK
RGB Variations
Color information
#0E93AF (or 0x0E93AF) is known color: Bondi Blue. HEX triplet: 0E, 93 and AF. RGB value is (14,147,175). Sum of RGB (Red+Green+Blue) = 14+147+175=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E93AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E93AF is #F16C50. Grayscale: #6E6E6E. Windows color (decimal): -15821905 or 11506446. OLE color: 11506446.
HSL color Cylindrical-coordinate representation of color #0E93AF: hue angle of 190.43º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E93AF is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 147 | 175 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.31 |
| HSL | 190.43º | 0.85% | 0.37% | - |
| HSV(B) | 190.43º | 0.92% | 0.69% | - |
| XYZ | 18.35 | 24.06 | 44.23 | - |
| YUV | 110.43 | 164.44 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 175 | 0.92 | 0.16 | 0 | 0.31 | 190.43 | 0.85 | 0.37 |
| Hex | E | 93 | AF | 5C | 10 | 0 | 1F | BE | 55 | 25 |
| Octal | 16 | 223 | 257 | 134 | 20 | 0 | 37 | 276 | 125 | 45 |
| Binary | 1110 | 10010011 | 10101111 | 1011100 | 10000 | 0 | 11111 | 10111110 | 1010101 | 100101 |
Color Harmonies of #0E93AF
Complementary color
Monochromatic Colors of #0E93AF
Black with #0E93AF
Text Example
Text Example
White with #0E93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E93AF; }
p { color: rgb(14,147,175); }
H1.HeaderClassName
{
color: #0E93AF;
}
.AnyTagClassName
{
color: #0E93AF;
}
</style>
background-color css
<style>
a { background-color: #0E93AF; }
a { background-color: rgb(14,147,175); }
div.DivClassName
{
background-color: #0E93AF;
}
.BgClassName
{
background-color: #0E93AF;
}
</style>
border-color css
<style>
span { border-color: #0E93AF; }
span { border-color: rgb(14,147,175); }
td.TdClassName
{
border-color: #0E93AF;
}
.TagClassName
{
border-color: #0E93AF;
}
</style>