Shades of Bondi Blue #03A8B4
Tints of Bondi Blue #03A8B4
RGB
CMYK
RGB Variations
Color information
#03A8B4 (or 0x03A8B4) is known color: Bondi Blue. HEX triplet: 03, A8 and B4. RGB value is (3,168,180). Sum of RGB (Red+Green+Blue) = 3+168+180=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #03A8B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8B4 is #FC574B. Grayscale: #777777. Windows color (decimal): -16537420 or 11839491. OLE color: 11839491.
HSL color Cylindrical-coordinate representation of color #03A8B4: hue angle of 184.07º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A8B4 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 168 | 180 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.29 |
| HSL | 184.07º | 0.97% | 0.36% | - |
| HSV(B) | 184.07º | 0.98% | 0.71% | - |
| XYZ | 22.28 | 31.32 | 48.05 | - |
| YUV | 120.03 | 161.84 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 180 | 0.98 | 0.07 | 0 | 0.29 | 184.07 | 0.97 | 0.36 |
| Hex | 3 | A8 | B4 | 62 | 7 | 0 | 1D | B8 | 61 | 24 |
| Octal | 3 | 250 | 264 | 142 | 7 | 0 | 35 | 270 | 141 | 44 |
| Binary | 11 | 10101000 | 10110100 | 1100010 | 111 | 0 | 11101 | 10111000 | 1100001 | 100100 |
Color Harmonies of #03A8B4
Complementary color
Monochromatic Colors of #03A8B4
Black with #03A8B4
Text Example
Text Example
White with #03A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8B4; }
p { color: rgb(3,168,180); }
H1.HeaderClassName
{
color: #03A8B4;
}
.AnyTagClassName
{
color: #03A8B4;
}
</style>
background-color css
<style>
a { background-color: #03A8B4; }
a { background-color: rgb(3,168,180); }
div.DivClassName
{
background-color: #03A8B4;
}
.BgClassName
{
background-color: #03A8B4;
}
</style>
border-color css
<style>
span { border-color: #03A8B4; }
span { border-color: rgb(3,168,180); }
td.TdClassName
{
border-color: #03A8B4;
}
.TagClassName
{
border-color: #03A8B4;
}
</style>