Shades of Bondi Blue #1396BB
Tints of Bondi Blue #1396BB
RGB
CMYK
RGB Variations
Color information
#1396BB (or 0x1396BB) is known color: Bondi Blue. HEX triplet: 13, 96 and BB. RGB value is (19,150,187). Sum of RGB (Red+Green+Blue) = 19+150+187=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #1396BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396BB is #EC6944. Grayscale: #727272. Windows color (decimal): -15493445 or 12293651. OLE color: 12293651.
HSL color Cylindrical-coordinate representation of color #1396BB: hue angle of 193.21º 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 #1396BB is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 150 | 187 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.27 |
| HSL | 193.21º | 0.82% | 0.4% | - |
| HSV(B) | 193.21º | 0.9% | 0.73% | - |
| XYZ | 20.14 | 25.54 | 50.88 | - |
| YUV | 115.05 | 168.6 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 187 | 0.90 | 0.20 | 0 | 0.27 | 193.21 | 0.82 | 0.4 |
| Hex | 13 | 96 | BB | 5A | 14 | 0 | 1B | C1 | 52 | 28 |
| Octal | 23 | 226 | 273 | 132 | 24 | 0 | 33 | 301 | 122 | 50 |
| Binary | 10011 | 10010110 | 10111011 | 1011010 | 10100 | 0 | 11011 | 11000001 | 1010010 | 101000 |
Color Harmonies of #1396BB
Complementary color
Monochromatic Colors of #1396BB
Black with #1396BB
Text Example
Text Example
White with #1396BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1396BB; }
p { color: rgb(19,150,187); }
H1.HeaderClassName
{
color: #1396BB;
}
.AnyTagClassName
{
color: #1396BB;
}
</style>
background-color css
<style>
a { background-color: #1396BB; }
a { background-color: rgb(19,150,187); }
div.DivClassName
{
background-color: #1396BB;
}
.BgClassName
{
background-color: #1396BB;
}
</style>
border-color css
<style>
span { border-color: #1396BB; }
span { border-color: rgb(19,150,187); }
td.TdClassName
{
border-color: #1396BB;
}
.TagClassName
{
border-color: #1396BB;
}
</style>