Shades of Bondi Blue #0599B7
Tints of Bondi Blue #0599B7
RGB
CMYK
RGB Variations
Color information
#0599B7 (or 0x0599B7) is known color: Bondi Blue. HEX triplet: 05, 99 and B7. RGB value is (5,153,183). Sum of RGB (Red+Green+Blue) = 5+153+183=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 183 (71.88% from 255 or 53.67% from 341); Max value from RGB is 183 - color contains mainly: blue. Hex color #0599B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599B7 is #FA6648. Grayscale: #6F6F6F. Windows color (decimal): -16410185 or 12032261. OLE color: 12032261.
HSL color Cylindrical-coordinate representation of color #0599B7: hue angle of 190.11º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0599B7 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 153 | 183 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.28 |
| HSL | 190.11º | 0.95% | 0.37% | - |
| HSV(B) | 190.11º | 0.97% | 0.72% | - |
| XYZ | 20 | 26.23 | 48.81 | - |
| YUV | 112.17 | 167.97 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 183 | 0.97 | 0.16 | 0 | 0.28 | 190.11 | 0.95 | 0.37 |
| Hex | 5 | 99 | B7 | 61 | 10 | 0 | 1C | BE | 5F | 25 |
| Octal | 5 | 231 | 267 | 141 | 20 | 0 | 34 | 276 | 137 | 45 |
| Binary | 101 | 10011001 | 10110111 | 1100001 | 10000 | 0 | 11100 | 10111110 | 1011111 | 100101 |
Color Harmonies of #0599B7
Complementary color
Monochromatic Colors of #0599B7
Black with #0599B7
Text Example
Text Example
White with #0599B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599B7; }
p { color: rgb(5,153,183); }
H1.HeaderClassName
{
color: #0599B7;
}
.AnyTagClassName
{
color: #0599B7;
}
</style>
background-color css
<style>
a { background-color: #0599B7; }
a { background-color: rgb(5,153,183); }
div.DivClassName
{
background-color: #0599B7;
}
.BgClassName
{
background-color: #0599B7;
}
</style>
border-color css
<style>
span { border-color: #0599B7; }
span { border-color: rgb(5,153,183); }
td.TdClassName
{
border-color: #0599B7;
}
.TagClassName
{
border-color: #0599B7;
}
</style>