Shades of Bondi Blue #1290AE
Tints of Bondi Blue #1290AE
RGB
CMYK
RGB Variations
Color information
#1290AE (or 0x1290AE) is known color: Bondi Blue. HEX triplet: 12, 90 and AE. RGB value is (18,144,174). Sum of RGB (Red+Green+Blue) = 18+144+174=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #1290AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1290AE is #ED6F51. Grayscale: #6D6D6D. Windows color (decimal): -15560530 or 11440146. OLE color: 11440146.
HSL color Cylindrical-coordinate representation of color #1290AE: hue angle of 191.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1290AE is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 144 | 174 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.32 |
| HSL | 191.54º | 0.81% | 0.38% | - |
| HSV(B) | 191.54º | 0.9% | 0.68% | - |
| XYZ | 17.86 | 23.13 | 43.57 | - |
| YUV | 109.75 | 164.26 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 174 | 0.90 | 0.17 | 0 | 0.32 | 191.54 | 0.81 | 0.38 |
| Hex | 12 | 90 | AE | 5A | 11 | 0 | 20 | C0 | 51 | 26 |
| Octal | 22 | 220 | 256 | 132 | 21 | 0 | 40 | 300 | 121 | 46 |
| Binary | 10010 | 10010000 | 10101110 | 1011010 | 10001 | 0 | 100000 | 11000000 | 1010001 | 100110 |
Color Harmonies of #1290AE
Complementary color
Monochromatic Colors of #1290AE
Black with #1290AE
Text Example
Text Example
White with #1290AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1290AE; }
p { color: rgb(18,144,174); }
H1.HeaderClassName
{
color: #1290AE;
}
.AnyTagClassName
{
color: #1290AE;
}
</style>
background-color css
<style>
a { background-color: #1290AE; }
a { background-color: rgb(18,144,174); }
div.DivClassName
{
background-color: #1290AE;
}
.BgClassName
{
background-color: #1290AE;
}
</style>
border-color css
<style>
span { border-color: #1290AE; }
span { border-color: rgb(18,144,174); }
td.TdClassName
{
border-color: #1290AE;
}
.TagClassName
{
border-color: #1290AE;
}
</style>