Shades of Bondi Blue #1394BC
Tints of Bondi Blue #1394BC
RGB
CMYK
RGB Variations
Color information
#1394BC (or 0x1394BC) is known color: Bondi Blue. HEX triplet: 13, 94 and BC. RGB value is (19,148,188). Sum of RGB (Red+Green+Blue) = 19+148+188=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #1394BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394BC is #EC6B43. Grayscale: #717171. Windows color (decimal): -15493956 or 12358675. OLE color: 12358675.
HSL color Cylindrical-coordinate representation of color #1394BC: hue angle of 194.2º 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 #1394BC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 148 | 188 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.26 |
| HSL | 194.2º | 0.82% | 0.41% | - |
| HSV(B) | 194.2º | 0.9% | 0.74% | - |
| XYZ | 19.94 | 24.95 | 51.34 | - |
| YUV | 113.99 | 169.76 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 188 | 0.90 | 0.21 | 0 | 0.26 | 194.2 | 0.82 | 0.41 |
| Hex | 13 | 94 | BC | 5A | 15 | 0 | 1A | C2 | 52 | 29 |
| Octal | 23 | 224 | 274 | 132 | 25 | 0 | 32 | 302 | 122 | 51 |
| Binary | 10011 | 10010100 | 10111100 | 1011010 | 10101 | 0 | 11010 | 11000010 | 1010010 | 101001 |
Color Harmonies of #1394BC
Complementary color
Monochromatic Colors of #1394BC
Black with #1394BC
Text Example
Text Example
White with #1394BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394BC; }
p { color: rgb(19,148,188); }
H1.HeaderClassName
{
color: #1394BC;
}
.AnyTagClassName
{
color: #1394BC;
}
</style>
background-color css
<style>
a { background-color: #1394BC; }
a { background-color: rgb(19,148,188); }
div.DivClassName
{
background-color: #1394BC;
}
.BgClassName
{
background-color: #1394BC;
}
</style>
border-color css
<style>
span { border-color: #1394BC; }
span { border-color: rgb(19,148,188); }
td.TdClassName
{
border-color: #1394BC;
}
.TagClassName
{
border-color: #1394BC;
}
</style>