Shades of Bondi Blue #0095AF
Tints of Bondi Blue #0095AF
RGB
CMYK
RGB Variations
Color information
#0095AF (or 0x0095AF) is known color: Bondi Blue. HEX triplet: 00, 95 and AF. RGB value is (0,149,175). Sum of RGB (Red+Green+Blue) = 0+149+175=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #0095AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0095AF is #FF6A50. Grayscale: #6B6B6B. Windows color (decimal): -16738897 or 11506944. OLE color: 11506944.
HSL color Cylindrical-coordinate representation of color #0095AF: hue angle of 188.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095AF is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 149 | 175 | - |
| CMYK | 1 | 0.15 | 0 | 0.31 |
| HSL | 188.91º | 1% | 0.34% | - |
| HSV(B) | 188.91º | 1% | 0.69% | - |
| XYZ | 18.49 | 24.59 | 44.33 | - |
| YUV | 107.41 | 166.14 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 175 | 1 | 0.15 | 0 | 0.31 | 188.91 | 1 | 0.34 |
| Hex | 0 | 95 | AF | 64 | F | 0 | 1F | BD | 64 | 22 |
| Octal | 0 | 225 | 257 | 144 | 17 | 0 | 37 | 275 | 144 | 42 |
| Binary | 0 | 10010101 | 10101111 | 1100100 | 1111 | 0 | 11111 | 10111101 | 1100100 | 100010 |
Color Harmonies of #0095AF
Complementary color
Monochromatic Colors of #0095AF
Black with #0095AF
Text Example
Text Example
White with #0095AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095AF; }
p { color: rgb(0,149,175); }
H1.HeaderClassName
{
color: #0095AF;
}
.AnyTagClassName
{
color: #0095AF;
}
</style>
background-color css
<style>
a { background-color: #0095AF; }
a { background-color: rgb(0,149,175); }
div.DivClassName
{
background-color: #0095AF;
}
.BgClassName
{
background-color: #0095AF;
}
</style>
border-color css
<style>
span { border-color: #0095AF; }
span { border-color: rgb(0,149,175); }
td.TdClassName
{
border-color: #0095AF;
}
.TagClassName
{
border-color: #0095AF;
}
</style>