Shades of Bondi Blue #038FAB
Tints of Bondi Blue #038FAB
RGB
CMYK
RGB Variations
Color information
#038FAB (or 0x038FAB) is known color: Bondi Blue. HEX triplet: 03, 8F and AB. RGB value is (3,143,171). Sum of RGB (Red+Green+Blue) = 3+143+171=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #038FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038FAB is #FC7054. Grayscale: #686868. Windows color (decimal): -16543829 or 11243267. OLE color: 11243267.
HSL color Cylindrical-coordinate representation of color #038FAB: hue angle of 190º 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 #038FAB is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 143 | 171 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.33 |
| HSL | 190º | 0.97% | 0.34% | - |
| HSV(B) | 190º | 0.98% | 0.67% | - |
| XYZ | 17.21 | 22.6 | 41.98 | - |
| YUV | 104.33 | 165.62 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 171 | 0.98 | 0.16 | 0 | 0.33 | 190 | 0.97 | 0.34 |
| Hex | 3 | 8F | AB | 62 | 10 | 0 | 21 | BE | 61 | 22 |
| Octal | 3 | 217 | 253 | 142 | 20 | 0 | 41 | 276 | 141 | 42 |
| Binary | 11 | 10001111 | 10101011 | 1100010 | 10000 | 0 | 100001 | 10111110 | 1100001 | 100010 |
Color Harmonies of #038FAB
Complementary color
Monochromatic Colors of #038FAB
Black with #038FAB
Text Example
Text Example
White with #038FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038FAB; }
p { color: rgb(3,143,171); }
H1.HeaderClassName
{
color: #038FAB;
}
.AnyTagClassName
{
color: #038FAB;
}
</style>
background-color css
<style>
a { background-color: #038FAB; }
a { background-color: rgb(3,143,171); }
div.DivClassName
{
background-color: #038FAB;
}
.BgClassName
{
background-color: #038FAB;
}
</style>
border-color css
<style>
span { border-color: #038FAB; }
span { border-color: rgb(3,143,171); }
td.TdClassName
{
border-color: #038FAB;
}
.TagClassName
{
border-color: #038FAB;
}
</style>