Shades of Bondi Blue #0199BC
Tints of Bondi Blue #0199BC
RGB
CMYK
RGB Variations
Color information
#0199BC (or 0x0199BC) is known color: Bondi Blue. HEX triplet: 01, 99 and BC. RGB value is (1,153,188). Sum of RGB (Red+Green+Blue) = 1+153+188=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #0199BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199BC is #FE6643. Grayscale: #6F6F6F. Windows color (decimal): -16672324 or 12359937. OLE color: 12359937.
HSL color Cylindrical-coordinate representation of color #0199BC: hue angle of 191.23º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199BC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 153 | 188 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.26 |
| HSL | 191.23º | 0.99% | 0.37% | - |
| HSV(B) | 191.23º | 0.99% | 0.74% | - |
| XYZ | 20.48 | 26.42 | 51.6 | - |
| YUV | 111.54 | 171.14 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 188 | 0.99 | 0.19 | 0 | 0.26 | 191.23 | 0.99 | 0.37 |
| Hex | 1 | 99 | BC | 63 | 13 | 0 | 1A | BF | 63 | 25 |
| Octal | 1 | 231 | 274 | 143 | 23 | 0 | 32 | 277 | 143 | 45 |
| Binary | 1 | 10011001 | 10111100 | 1100011 | 10011 | 0 | 11010 | 10111111 | 1100011 | 100101 |
Color Harmonies of #0199BC
Complementary color
Monochromatic Colors of #0199BC
Black with #0199BC
Text Example
Text Example
White with #0199BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199BC; }
p { color: rgb(1,153,188); }
H1.HeaderClassName
{
color: #0199BC;
}
.AnyTagClassName
{
color: #0199BC;
}
</style>
background-color css
<style>
a { background-color: #0199BC; }
a { background-color: rgb(1,153,188); }
div.DivClassName
{
background-color: #0199BC;
}
.BgClassName
{
background-color: #0199BC;
}
</style>
border-color css
<style>
span { border-color: #0199BC; }
span { border-color: rgb(1,153,188); }
td.TdClassName
{
border-color: #0199BC;
}
.TagClassName
{
border-color: #0199BC;
}
</style>