Shades of Bondi Blue #1394BD
Tints of Bondi Blue #1394BD
RGB
CMYK
RGB Variations
Color information
#1394BD (or 0x1394BD) is known color: Bondi Blue. HEX triplet: 13, 94 and BD. RGB value is (19,148,189). Sum of RGB (Red+Green+Blue) = 19+148+189=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #1394BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394BD is #EC6B42. Grayscale: #717171. Windows color (decimal): -15493955 or 12424211. OLE color: 12424211.
HSL color Cylindrical-coordinate representation of color #1394BD: hue angle of 194.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1394BD is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 148 | 189 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.26 |
| HSL | 194.47º | 0.82% | 0.41% | - |
| HSV(B) | 194.47º | 0.9% | 0.74% | - |
| XYZ | 20.04 | 24.99 | 51.91 | - |
| YUV | 114.1 | 170.26 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 189 | 0.90 | 0.22 | 0 | 0.26 | 194.47 | 0.82 | 0.41 |
| Hex | 13 | 94 | BD | 5A | 16 | 0 | 1A | C2 | 52 | 29 |
| Octal | 23 | 224 | 275 | 132 | 26 | 0 | 32 | 302 | 122 | 51 |
| Binary | 10011 | 10010100 | 10111101 | 1011010 | 10110 | 0 | 11010 | 11000010 | 1010010 | 101001 |
Color Harmonies of #1394BD
Complementary color
Monochromatic Colors of #1394BD
Black with #1394BD
Text Example
Text Example
White with #1394BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394BD; }
p { color: rgb(19,148,189); }
H1.HeaderClassName
{
color: #1394BD;
}
.AnyTagClassName
{
color: #1394BD;
}
</style>
background-color css
<style>
a { background-color: #1394BD; }
a { background-color: rgb(19,148,189); }
div.DivClassName
{
background-color: #1394BD;
}
.BgClassName
{
background-color: #1394BD;
}
</style>
border-color css
<style>
span { border-color: #1394BD; }
span { border-color: rgb(19,148,189); }
td.TdClassName
{
border-color: #1394BD;
}
.TagClassName
{
border-color: #1394BD;
}
</style>