Shades of Bondi Blue #038DAB
Tints of Bondi Blue #038DAB
RGB
CMYK
RGB Variations
Color information
#038DAB (or 0x038DAB) is known color: Bondi Blue. HEX triplet: 03, 8D and AB. RGB value is (3,141,171). Sum of RGB (Red+Green+Blue) = 3+141+171=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #038DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038DAB is #FC7254. Grayscale: #666666. Windows color (decimal): -16544341 or 11242755. OLE color: 11242755.
HSL color Cylindrical-coordinate representation of color #038DAB: hue angle of 190.71º 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 #038DAB is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 141 | 171 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.33 |
| HSL | 190.71º | 0.97% | 0.34% | - |
| HSV(B) | 190.71º | 0.98% | 0.67% | - |
| XYZ | 16.91 | 22.01 | 41.88 | - |
| YUV | 103.16 | 166.28 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 171 | 0.98 | 0.18 | 0 | 0.33 | 190.71 | 0.97 | 0.34 |
| Hex | 3 | 8D | AB | 62 | 12 | 0 | 21 | BF | 61 | 22 |
| Octal | 3 | 215 | 253 | 142 | 22 | 0 | 41 | 277 | 141 | 42 |
| Binary | 11 | 10001101 | 10101011 | 1100010 | 10010 | 0 | 100001 | 10111111 | 1100001 | 100010 |
Color Harmonies of #038DAB
Complementary color
Monochromatic Colors of #038DAB
Black with #038DAB
Text Example
Text Example
White with #038DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DAB; }
p { color: rgb(3,141,171); }
H1.HeaderClassName
{
color: #038DAB;
}
.AnyTagClassName
{
color: #038DAB;
}
</style>
background-color css
<style>
a { background-color: #038DAB; }
a { background-color: rgb(3,141,171); }
div.DivClassName
{
background-color: #038DAB;
}
.BgClassName
{
background-color: #038DAB;
}
</style>
border-color css
<style>
span { border-color: #038DAB; }
span { border-color: rgb(3,141,171); }
td.TdClassName
{
border-color: #038DAB;
}
.TagClassName
{
border-color: #038DAB;
}
</style>