Shades of Bondi Blue #01A8AF
Tints of Bondi Blue #01A8AF
RGB
CMYK
RGB Variations
Color information
#01A8AF (or 0x01A8AF) is known color: Bondi Blue. HEX triplet: 01, A8 and AF. RGB value is (1,168,175). Sum of RGB (Red+Green+Blue) = 1+168+175=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #01A8AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A8AF is #FE5750. Grayscale: #767676. Windows color (decimal): -16668497 or 11511809. OLE color: 11511809.
HSL color Cylindrical-coordinate representation of color #01A8AF: hue angle of 182.41º 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 #01A8AF is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 168 | 175 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.31 |
| HSL | 182.41º | 0.99% | 0.35% | - |
| HSV(B) | 182.41º | 0.99% | 0.69% | - |
| XYZ | 21.75 | 31.11 | 45.42 | - |
| YUV | 118.87 | 159.67 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 175 | 0.99 | 0.04 | 0 | 0.31 | 182.41 | 0.99 | 0.35 |
| Hex | 1 | A8 | AF | 63 | 4 | 0 | 1F | B6 | 63 | 23 |
| Octal | 1 | 250 | 257 | 143 | 4 | 0 | 37 | 266 | 143 | 43 |
| Binary | 1 | 10101000 | 10101111 | 1100011 | 100 | 0 | 11111 | 10110110 | 1100011 | 100011 |
Color Harmonies of #01A8AF
Complementary color
Monochromatic Colors of #01A8AF
Black with #01A8AF
Text Example
Text Example
White with #01A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A8AF; }
p { color: rgb(1,168,175); }
H1.HeaderClassName
{
color: #01A8AF;
}
.AnyTagClassName
{
color: #01A8AF;
}
</style>
background-color css
<style>
a { background-color: #01A8AF; }
a { background-color: rgb(1,168,175); }
div.DivClassName
{
background-color: #01A8AF;
}
.BgClassName
{
background-color: #01A8AF;
}
</style>
border-color css
<style>
span { border-color: #01A8AF; }
span { border-color: rgb(1,168,175); }
td.TdClassName
{
border-color: #01A8AF;
}
.TagClassName
{
border-color: #01A8AF;
}
</style>