Shades of Bondi Blue #1298B7
Tints of Bondi Blue #1298B7
RGB
CMYK
RGB Variations
Color information
#1298B7 (or 0x1298B7) is known color: Bondi Blue. HEX triplet: 12, 98 and B7. RGB value is (18,152,183). Sum of RGB (Red+Green+Blue) = 18+152+183=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #1298B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1298B7 is #ED6748. Grayscale: #737373. Windows color (decimal): -15558473 or 12032018. OLE color: 12032018.
HSL color Cylindrical-coordinate representation of color #1298B7: hue angle of 191.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1298B7 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 152 | 183 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.28 |
| HSL | 191.27º | 0.82% | 0.39% | - |
| HSV(B) | 191.27º | 0.9% | 0.72% | - |
| XYZ | 20.02 | 26 | 48.76 | - |
| YUV | 115.47 | 166.11 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 183 | 0.90 | 0.17 | 0 | 0.28 | 191.27 | 0.82 | 0.39 |
| Hex | 12 | 98 | B7 | 5A | 11 | 0 | 1C | BF | 52 | 27 |
| Octal | 22 | 230 | 267 | 132 | 21 | 0 | 34 | 277 | 122 | 47 |
| Binary | 10010 | 10011000 | 10110111 | 1011010 | 10001 | 0 | 11100 | 10111111 | 1010010 | 100111 |
Color Harmonies of #1298B7
Complementary color
Monochromatic Colors of #1298B7
Black with #1298B7
Text Example
Text Example
White with #1298B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1298B7; }
p { color: rgb(18,152,183); }
H1.HeaderClassName
{
color: #1298B7;
}
.AnyTagClassName
{
color: #1298B7;
}
</style>
background-color css
<style>
a { background-color: #1298B7; }
a { background-color: rgb(18,152,183); }
div.DivClassName
{
background-color: #1298B7;
}
.BgClassName
{
background-color: #1298B7;
}
</style>
border-color css
<style>
span { border-color: #1298B7; }
span { border-color: rgb(18,152,183); }
td.TdClassName
{
border-color: #1298B7;
}
.TagClassName
{
border-color: #1298B7;
}
</style>