Shades of Bondi Blue #0199AF
Tints of Bondi Blue #0199AF
RGB
CMYK
RGB Variations
Color information
#0199AF (or 0x0199AF) is known color: Bondi Blue. HEX triplet: 01, 99 and AF. RGB value is (1,153,175). Sum of RGB (Red+Green+Blue) = 1+153+175=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #0199AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0199AF is #FE6650. Grayscale: #6D6D6D. Windows color (decimal): -16672337 or 11507969. OLE color: 11507969.
HSL color Cylindrical-coordinate representation of color #0199AF: hue angle of 187.59º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199AF is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 153 | 175 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.31 |
| HSL | 187.59º | 0.99% | 0.35% | - |
| HSV(B) | 187.59º | 0.99% | 0.69% | - |
| XYZ | 19.14 | 25.88 | 44.54 | - |
| YUV | 110.06 | 164.64 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 175 | 0.99 | 0.13 | 0 | 0.31 | 187.59 | 0.99 | 0.35 |
| Hex | 1 | 99 | AF | 63 | D | 0 | 1F | BC | 63 | 23 |
| Octal | 1 | 231 | 257 | 143 | 15 | 0 | 37 | 274 | 143 | 43 |
| Binary | 1 | 10011001 | 10101111 | 1100011 | 1101 | 0 | 11111 | 10111100 | 1100011 | 100011 |
Color Harmonies of #0199AF
Complementary color
Monochromatic Colors of #0199AF
Black with #0199AF
Text Example
Text Example
White with #0199AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199AF; }
p { color: rgb(1,153,175); }
H1.HeaderClassName
{
color: #0199AF;
}
.AnyTagClassName
{
color: #0199AF;
}
</style>
background-color css
<style>
a { background-color: #0199AF; }
a { background-color: rgb(1,153,175); }
div.DivClassName
{
background-color: #0199AF;
}
.BgClassName
{
background-color: #0199AF;
}
</style>
border-color css
<style>
span { border-color: #0199AF; }
span { border-color: rgb(1,153,175); }
td.TdClassName
{
border-color: #0199AF;
}
.TagClassName
{
border-color: #0199AF;
}
</style>