Shades of Bondi Blue #0199B6
Tints of Bondi Blue #0199B6
RGB
CMYK
RGB Variations
Color information
#0199B6 (or 0x0199B6) is known color: Bondi Blue. HEX triplet: 01, 99 and B6. RGB value is (1,153,182). Sum of RGB (Red+Green+Blue) = 1+153+182=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #0199B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199B6 is #FE6649. Grayscale: #6E6E6E. Windows color (decimal): -16672330 or 11966721. OLE color: 11966721.
HSL color Cylindrical-coordinate representation of color #0199B6: hue angle of 189.61º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199B6 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 153 | 182 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.29 |
| HSL | 189.61º | 0.99% | 0.36% | - |
| HSV(B) | 189.61º | 0.99% | 0.71% | - |
| XYZ | 19.85 | 26.17 | 48.26 | - |
| YUV | 110.86 | 168.14 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 182 | 0.99 | 0.16 | 0 | 0.29 | 189.61 | 0.99 | 0.36 |
| Hex | 1 | 99 | B6 | 63 | 10 | 0 | 1D | BE | 63 | 24 |
| Octal | 1 | 231 | 266 | 143 | 20 | 0 | 35 | 276 | 143 | 44 |
| Binary | 1 | 10011001 | 10110110 | 1100011 | 10000 | 0 | 11101 | 10111110 | 1100011 | 100100 |
Color Harmonies of #0199B6
Complementary color
Monochromatic Colors of #0199B6
Black with #0199B6
Text Example
Text Example
White with #0199B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199B6; }
p { color: rgb(1,153,182); }
H1.HeaderClassName
{
color: #0199B6;
}
.AnyTagClassName
{
color: #0199B6;
}
</style>
background-color css
<style>
a { background-color: #0199B6; }
a { background-color: rgb(1,153,182); }
div.DivClassName
{
background-color: #0199B6;
}
.BgClassName
{
background-color: #0199B6;
}
</style>
border-color css
<style>
span { border-color: #0199B6; }
span { border-color: rgb(1,153,182); }
td.TdClassName
{
border-color: #0199B6;
}
.TagClassName
{
border-color: #0199B6;
}
</style>