Shades of Bondi Blue #128FAF
Tints of Bondi Blue #128FAF
RGB
CMYK
RGB Variations
Color information
#128FAF (or 0x128FAF) is known color: Bondi Blue. HEX triplet: 12, 8F and AF. RGB value is (18,143,175). Sum of RGB (Red+Green+Blue) = 18+143+175=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #128FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128FAF is #ED7050. Grayscale: #6D6D6D. Windows color (decimal): -15560785 or 11505426. OLE color: 11505426.
HSL color Cylindrical-coordinate representation of color #128FAF: hue angle of 192.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128FAF is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 143 | 175 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.31 |
| HSL | 192.23º | 0.81% | 0.38% | - |
| HSV(B) | 192.23º | 0.9% | 0.69% | - |
| XYZ | 17.81 | 22.87 | 44.03 | - |
| YUV | 109.27 | 165.09 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 175 | 0.90 | 0.18 | 0 | 0.31 | 192.23 | 0.81 | 0.38 |
| Hex | 12 | 8F | AF | 5A | 12 | 0 | 1F | C0 | 51 | 26 |
| Octal | 22 | 217 | 257 | 132 | 22 | 0 | 37 | 300 | 121 | 46 |
| Binary | 10010 | 10001111 | 10101111 | 1011010 | 10010 | 0 | 11111 | 11000000 | 1010001 | 100110 |
Color Harmonies of #128FAF
Complementary color
Monochromatic Colors of #128FAF
Black with #128FAF
Text Example
Text Example
White with #128FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FAF; }
p { color: rgb(18,143,175); }
H1.HeaderClassName
{
color: #128FAF;
}
.AnyTagClassName
{
color: #128FAF;
}
</style>
background-color css
<style>
a { background-color: #128FAF; }
a { background-color: rgb(18,143,175); }
div.DivClassName
{
background-color: #128FAF;
}
.BgClassName
{
background-color: #128FAF;
}
</style>
border-color css
<style>
span { border-color: #128FAF; }
span { border-color: rgb(18,143,175); }
td.TdClassName
{
border-color: #128FAF;
}
.TagClassName
{
border-color: #128FAF;
}
</style>