Shades of Bondi Blue #0393AB
Tints of Bondi Blue #0393AB
RGB
CMYK
RGB Variations
Color information
#0393AB (or 0x0393AB) is known color: Bondi Blue. HEX triplet: 03, 93 and AB. RGB value is (3,147,171). Sum of RGB (Red+Green+Blue) = 3+147+171=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #0393AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0393AB is #FC6C54. Grayscale: #6A6A6A. Windows color (decimal): -16542805 or 11244291. OLE color: 11244291.
HSL color Cylindrical-coordinate representation of color #0393AB: hue angle of 188.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0393AB is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 147 | 171 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.33 |
| HSL | 188.57º | 0.97% | 0.34% | - |
| HSV(B) | 188.57º | 0.98% | 0.67% | - |
| XYZ | 17.82 | 23.83 | 42.19 | - |
| YUV | 106.68 | 164.29 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 171 | 0.98 | 0.14 | 0 | 0.33 | 188.57 | 0.97 | 0.34 |
| Hex | 3 | 93 | AB | 62 | E | 0 | 21 | BD | 61 | 22 |
| Octal | 3 | 223 | 253 | 142 | 16 | 0 | 41 | 275 | 141 | 42 |
| Binary | 11 | 10010011 | 10101011 | 1100010 | 1110 | 0 | 100001 | 10111101 | 1100001 | 100010 |
Color Harmonies of #0393AB
Complementary color
Monochromatic Colors of #0393AB
Black with #0393AB
Text Example
Text Example
White with #0393AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0393AB; }
p { color: rgb(3,147,171); }
H1.HeaderClassName
{
color: #0393AB;
}
.AnyTagClassName
{
color: #0393AB;
}
</style>
background-color css
<style>
a { background-color: #0393AB; }
a { background-color: rgb(3,147,171); }
div.DivClassName
{
background-color: #0393AB;
}
.BgClassName
{
background-color: #0393AB;
}
</style>
border-color css
<style>
span { border-color: #0393AB; }
span { border-color: rgb(3,147,171); }
td.TdClassName
{
border-color: #0393AB;
}
.TagClassName
{
border-color: #0393AB;
}
</style>