Shades of Bondi Blue #1393BB
Tints of Bondi Blue #1393BB
RGB
CMYK
RGB Variations
Color information
#1393BB (or 0x1393BB) is known color: Bondi Blue. HEX triplet: 13, 93 and BB. RGB value is (19,147,187). Sum of RGB (Red+Green+Blue) = 19+147+187=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #1393BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1393BB is #EC6C44. Grayscale: #717171. Windows color (decimal): -15494213 or 12292883. OLE color: 12292883.
HSL color Cylindrical-coordinate representation of color #1393BB: hue angle of 194.29º 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 #1393BB is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 147 | 187 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.27 |
| HSL | 194.29º | 0.82% | 0.4% | - |
| HSV(B) | 194.29º | 0.9% | 0.73% | - |
| XYZ | 19.67 | 24.59 | 50.72 | - |
| YUV | 113.29 | 169.59 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 187 | 0.90 | 0.21 | 0 | 0.27 | 194.29 | 0.82 | 0.4 |
| Hex | 13 | 93 | BB | 5A | 15 | 0 | 1B | C2 | 52 | 28 |
| Octal | 23 | 223 | 273 | 132 | 25 | 0 | 33 | 302 | 122 | 50 |
| Binary | 10011 | 10010011 | 10111011 | 1011010 | 10101 | 0 | 11011 | 11000010 | 1010010 | 101000 |
Color Harmonies of #1393BB
Complementary color
Monochromatic Colors of #1393BB
Black with #1393BB
Text Example
Text Example
White with #1393BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1393BB; }
p { color: rgb(19,147,187); }
H1.HeaderClassName
{
color: #1393BB;
}
.AnyTagClassName
{
color: #1393BB;
}
</style>
background-color css
<style>
a { background-color: #1393BB; }
a { background-color: rgb(19,147,187); }
div.DivClassName
{
background-color: #1393BB;
}
.BgClassName
{
background-color: #1393BB;
}
</style>
border-color css
<style>
span { border-color: #1393BB; }
span { border-color: rgb(19,147,187); }
td.TdClassName
{
border-color: #1393BB;
}
.TagClassName
{
border-color: #1393BB;
}
</style>