Shades of Bondi Blue #128FBE
Tints of Bondi Blue #128FBE
RGB
CMYK
RGB Variations
Color information
#128FBE (or 0x128FBE) is known color: Bondi Blue. HEX triplet: 12, 8F and BE. RGB value is (18,143,190). Sum of RGB (Red+Green+Blue) = 18+143+190=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #128FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FBE is #ED7041. Grayscale: #6E6E6E. Windows color (decimal): -15560770 or 12488466. OLE color: 12488466.
HSL color Cylindrical-coordinate representation of color #128FBE: hue angle of 196.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128FBE is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 143 | 190 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.25 |
| HSL | 196.4º | 0.83% | 0.41% | - |
| HSV(B) | 196.4º | 0.91% | 0.75% | - |
| XYZ | 19.37 | 23.49 | 52.23 | - |
| YUV | 110.98 | 172.59 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 190 | 0.91 | 0.25 | 0 | 0.25 | 196.4 | 0.83 | 0.41 |
| Hex | 12 | 8F | BE | 5B | 19 | 0 | 19 | C4 | 53 | 29 |
| Octal | 22 | 217 | 276 | 133 | 31 | 0 | 31 | 304 | 123 | 51 |
| Binary | 10010 | 10001111 | 10111110 | 1011011 | 11001 | 0 | 11001 | 11000100 | 1010011 | 101001 |
Color Harmonies of #128FBE
Complementary color
Monochromatic Colors of #128FBE
Black with #128FBE
Text Example
Text Example
White with #128FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FBE; }
p { color: rgb(18,143,190); }
H1.HeaderClassName
{
color: #128FBE;
}
.AnyTagClassName
{
color: #128FBE;
}
</style>
background-color css
<style>
a { background-color: #128FBE; }
a { background-color: rgb(18,143,190); }
div.DivClassName
{
background-color: #128FBE;
}
.BgClassName
{
background-color: #128FBE;
}
</style>
border-color css
<style>
span { border-color: #128FBE; }
span { border-color: rgb(18,143,190); }
td.TdClassName
{
border-color: #128FBE;
}
.TagClassName
{
border-color: #128FBE;
}
</style>