Shades of Bondi Blue #0399AA
Tints of Bondi Blue #0399AA
RGB
CMYK
RGB Variations
Color information
#0399AA (or 0x0399AA) is known color: Bondi Blue. HEX triplet: 03, 99 and AA. RGB value is (3,153,170). Sum of RGB (Red+Green+Blue) = 3+153+170=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #0399AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0399AA is #FC6655. Grayscale: #6D6D6D. Windows color (decimal): -16541270 or 11180291. OLE color: 11180291.
HSL color Cylindrical-coordinate representation of color #0399AA: hue angle of 186.11º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0399AA is Cyan = 0.98, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 153 | 170 | - |
| CMYK | 0.98 | 0.1 | 0 | 0.33 |
| HSL | 186.11º | 0.97% | 0.34% | - |
| HSV(B) | 186.11º | 0.98% | 0.67% | - |
| XYZ | 18.68 | 25.7 | 42.01 | - |
| YUV | 110.09 | 161.81 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 153 | 170 | 0.98 | 0.1 | 0 | 0.33 | 186.11 | 0.97 | 0.34 |
| Hex | 3 | 99 | AA | 62 | A | 0 | 21 | BA | 61 | 22 |
| Octal | 3 | 231 | 252 | 142 | 12 | 0 | 41 | 272 | 141 | 42 |
| Binary | 11 | 10011001 | 10101010 | 1100010 | 1010 | 0 | 100001 | 10111010 | 1100001 | 100010 |
Color Harmonies of #0399AA
Complementary color
Monochromatic Colors of #0399AA
Black with #0399AA
Text Example
Text Example
White with #0399AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0399AA; }
p { color: rgb(3,153,170); }
H1.HeaderClassName
{
color: #0399AA;
}
.AnyTagClassName
{
color: #0399AA;
}
</style>
background-color css
<style>
a { background-color: #0399AA; }
a { background-color: rgb(3,153,170); }
div.DivClassName
{
background-color: #0399AA;
}
.BgClassName
{
background-color: #0399AA;
}
</style>
border-color css
<style>
span { border-color: #0399AA; }
span { border-color: rgb(3,153,170); }
td.TdClassName
{
border-color: #0399AA;
}
.TagClassName
{
border-color: #0399AA;
}
</style>