Shades of Bondi Blue #0199B7
Tints of Bondi Blue #0199B7
RGB
CMYK
RGB Variations
Color information
#0199B7 (or 0x0199B7) is known color: Bondi Blue. HEX triplet: 01, 99 and B7. RGB value is (1,153,183). Sum of RGB (Red+Green+Blue) = 1+153+183=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #0199B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199B7 is #FE6648. Grayscale: #6E6E6E. Windows color (decimal): -16672329 or 12032257. OLE color: 12032257.
HSL color Cylindrical-coordinate representation of color #0199B7: hue angle of 189.89º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199B7 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 153 | 183 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.28 |
| HSL | 189.89º | 0.99% | 0.36% | - |
| HSV(B) | 189.89º | 0.99% | 0.72% | - |
| XYZ | 19.95 | 26.21 | 48.81 | - |
| YUV | 110.97 | 168.64 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 183 | 0.99 | 0.16 | 0 | 0.28 | 189.89 | 0.99 | 0.36 |
| Hex | 1 | 99 | B7 | 63 | 10 | 0 | 1C | BE | 63 | 24 |
| Octal | 1 | 231 | 267 | 143 | 20 | 0 | 34 | 276 | 143 | 44 |
| Binary | 1 | 10011001 | 10110111 | 1100011 | 10000 | 0 | 11100 | 10111110 | 1100011 | 100100 |
Color Harmonies of #0199B7
Complementary color
Monochromatic Colors of #0199B7
Black with #0199B7
Text Example
Text Example
White with #0199B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199B7; }
p { color: rgb(1,153,183); }
H1.HeaderClassName
{
color: #0199B7;
}
.AnyTagClassName
{
color: #0199B7;
}
</style>
background-color css
<style>
a { background-color: #0199B7; }
a { background-color: rgb(1,153,183); }
div.DivClassName
{
background-color: #0199B7;
}
.BgClassName
{
background-color: #0199B7;
}
</style>
border-color css
<style>
span { border-color: #0199B7; }
span { border-color: rgb(1,153,183); }
td.TdClassName
{
border-color: #0199B7;
}
.TagClassName
{
border-color: #0199B7;
}
</style>