Shades of Bondi Blue #0399AD
Tints of Bondi Blue #0399AD
RGB
CMYK
RGB Variations
Color information
#0399AD (or 0x0399AD) is known color: Bondi Blue. HEX triplet: 03, 99 and AD. RGB value is (3,153,173). Sum of RGB (Red+Green+Blue) = 3+153+173=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #0399AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0399AD is #FC6652. Grayscale: #6E6E6E. Windows color (decimal): -16541267 or 11376899. OLE color: 11376899.
HSL color Cylindrical-coordinate representation of color #0399AD: hue angle of 187.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0399AD is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 153 | 173 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.32 |
| HSL | 187.06º | 0.97% | 0.35% | - |
| HSV(B) | 187.06º | 0.98% | 0.68% | - |
| XYZ | 18.97 | 25.82 | 43.52 | - |
| YUV | 110.43 | 163.31 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 153 | 173 | 0.98 | 0.12 | 0 | 0.32 | 187.06 | 0.97 | 0.35 |
| Hex | 3 | 99 | AD | 62 | C | 0 | 20 | BB | 61 | 23 |
| Octal | 3 | 231 | 255 | 142 | 14 | 0 | 40 | 273 | 141 | 43 |
| Binary | 11 | 10011001 | 10101101 | 1100010 | 1100 | 0 | 100000 | 10111011 | 1100001 | 100011 |
Color Harmonies of #0399AD
Complementary color
Monochromatic Colors of #0399AD
Black with #0399AD
Text Example
Text Example
White with #0399AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0399AD; }
p { color: rgb(3,153,173); }
H1.HeaderClassName
{
color: #0399AD;
}
.AnyTagClassName
{
color: #0399AD;
}
</style>
background-color css
<style>
a { background-color: #0399AD; }
a { background-color: rgb(3,153,173); }
div.DivClassName
{
background-color: #0399AD;
}
.BgClassName
{
background-color: #0399AD;
}
</style>
border-color css
<style>
span { border-color: #0399AD; }
span { border-color: rgb(3,153,173); }
td.TdClassName
{
border-color: #0399AD;
}
.TagClassName
{
border-color: #0399AD;
}
</style>