Shades of Bondi Blue #02A8B4
Tints of Bondi Blue #02A8B4
RGB
CMYK
RGB Variations
Color information
#02A8B4 (or 0x02A8B4) is known color: Bondi Blue. HEX triplet: 02, A8 and B4. RGB value is (2,168,180). Sum of RGB (Red+Green+Blue) = 2+168+180=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #02A8B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A8B4 is #FD574B. Grayscale: #777777. Windows color (decimal): -16602956 or 11839490. OLE color: 11839490.
HSL color Cylindrical-coordinate representation of color #02A8B4: hue angle of 184.04º degrees, saturation: 0.98, 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 #02A8B4 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 168 | 180 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.29 |
| HSL | 184.04º | 0.98% | 0.36% | - |
| HSV(B) | 184.04º | 0.99% | 0.71% | - |
| XYZ | 22.27 | 31.31 | 48.05 | - |
| YUV | 119.73 | 162 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 180 | 0.99 | 0.07 | 0 | 0.29 | 184.04 | 0.98 | 0.36 |
| Hex | 2 | A8 | B4 | 63 | 7 | 0 | 1D | B8 | 62 | 24 |
| Octal | 2 | 250 | 264 | 143 | 7 | 0 | 35 | 270 | 142 | 44 |
| Binary | 10 | 10101000 | 10110100 | 1100011 | 111 | 0 | 11101 | 10111000 | 1100010 | 100100 |
Color Harmonies of #02A8B4
Complementary color
Monochromatic Colors of #02A8B4
Black with #02A8B4
Text Example
Text Example
White with #02A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8B4; }
p { color: rgb(2,168,180); }
H1.HeaderClassName
{
color: #02A8B4;
}
.AnyTagClassName
{
color: #02A8B4;
}
</style>
background-color css
<style>
a { background-color: #02A8B4; }
a { background-color: rgb(2,168,180); }
div.DivClassName
{
background-color: #02A8B4;
}
.BgClassName
{
background-color: #02A8B4;
}
</style>
border-color css
<style>
span { border-color: #02A8B4; }
span { border-color: rgb(2,168,180); }
td.TdClassName
{
border-color: #02A8B4;
}
.TagClassName
{
border-color: #02A8B4;
}
</style>