Shades of Bondi Blue #1294AF
Tints of Bondi Blue #1294AF
RGB
CMYK
RGB Variations
Color information
#1294AF (or 0x1294AF) is known color: Bondi Blue. HEX triplet: 12, 94 and AF. RGB value is (18,148,175). Sum of RGB (Red+Green+Blue) = 18+148+175=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #1294AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1294AF is #ED6B50. Grayscale: #6F6F6F. Windows color (decimal): -15559505 or 11506706. OLE color: 11506706.
HSL color Cylindrical-coordinate representation of color #1294AF: hue angle of 190.32º 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 #1294AF is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 148 | 175 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.31 |
| HSL | 190.32º | 0.81% | 0.38% | - |
| HSV(B) | 190.32º | 0.9% | 0.69% | - |
| XYZ | 18.58 | 24.4 | 44.29 | - |
| YUV | 112.21 | 163.43 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 175 | 0.90 | 0.15 | 0 | 0.31 | 190.32 | 0.81 | 0.38 |
| Hex | 12 | 94 | AF | 5A | F | 0 | 1F | BE | 51 | 26 |
| Octal | 22 | 224 | 257 | 132 | 17 | 0 | 37 | 276 | 121 | 46 |
| Binary | 10010 | 10010100 | 10101111 | 1011010 | 1111 | 0 | 11111 | 10111110 | 1010001 | 100110 |
Color Harmonies of #1294AF
Complementary color
Monochromatic Colors of #1294AF
Black with #1294AF
Text Example
Text Example
White with #1294AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1294AF; }
p { color: rgb(18,148,175); }
H1.HeaderClassName
{
color: #1294AF;
}
.AnyTagClassName
{
color: #1294AF;
}
</style>
background-color css
<style>
a { background-color: #1294AF; }
a { background-color: rgb(18,148,175); }
div.DivClassName
{
background-color: #1294AF;
}
.BgClassName
{
background-color: #1294AF;
}
</style>
border-color css
<style>
span { border-color: #1294AF; }
span { border-color: rgb(18,148,175); }
td.TdClassName
{
border-color: #1294AF;
}
.TagClassName
{
border-color: #1294AF;
}
</style>