Shades of Bondi Blue #1394BB
Tints of Bondi Blue #1394BB
RGB
CMYK
RGB Variations
Color information
#1394BB (or 0x1394BB) is known color: Bondi Blue. HEX triplet: 13, 94 and BB. RGB value is (19,148,187). Sum of RGB (Red+Green+Blue) = 19+148+187=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #1394BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394BB is #EC6B44. Grayscale: #717171. Windows color (decimal): -15493957 or 12293139. OLE color: 12293139.
HSL color Cylindrical-coordinate representation of color #1394BB: hue angle of 193.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1394BB is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 148 | 187 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.27 |
| HSL | 193.93º | 0.82% | 0.4% | - |
| HSV(B) | 193.93º | 0.9% | 0.73% | - |
| XYZ | 19.83 | 24.91 | 50.78 | - |
| YUV | 113.88 | 169.26 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 187 | 0.90 | 0.21 | 0 | 0.27 | 193.93 | 0.82 | 0.4 |
| Hex | 13 | 94 | BB | 5A | 15 | 0 | 1B | C2 | 52 | 28 |
| Octal | 23 | 224 | 273 | 132 | 25 | 0 | 33 | 302 | 122 | 50 |
| Binary | 10011 | 10010100 | 10111011 | 1011010 | 10101 | 0 | 11011 | 11000010 | 1010010 | 101000 |
Color Harmonies of #1394BB
Complementary color
Monochromatic Colors of #1394BB
Black with #1394BB
Text Example
Text Example
White with #1394BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394BB; }
p { color: rgb(19,148,187); }
H1.HeaderClassName
{
color: #1394BB;
}
.AnyTagClassName
{
color: #1394BB;
}
</style>
background-color css
<style>
a { background-color: #1394BB; }
a { background-color: rgb(19,148,187); }
div.DivClassName
{
background-color: #1394BB;
}
.BgClassName
{
background-color: #1394BB;
}
</style>
border-color css
<style>
span { border-color: #1394BB; }
span { border-color: rgb(19,148,187); }
td.TdClassName
{
border-color: #1394BB;
}
.TagClassName
{
border-color: #1394BB;
}
</style>