Shades of Bondi Blue #1397BD
Tints of Bondi Blue #1397BD
RGB
CMYK
RGB Variations
Color information
#1397BD (or 0x1397BD) is known color: Bondi Blue. HEX triplet: 13, 97 and BD. RGB value is (19,151,189). Sum of RGB (Red+Green+Blue) = 19+151+189=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #1397BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397BD is #EC6842. Grayscale: #737373. Windows color (decimal): -15493187 or 12424979. OLE color: 12424979.
HSL color Cylindrical-coordinate representation of color #1397BD: hue angle of 193.41º 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 #1397BD is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 151 | 189 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.26 |
| HSL | 193.41º | 0.82% | 0.41% | - |
| HSV(B) | 193.41º | 0.9% | 0.74% | - |
| XYZ | 20.52 | 25.95 | 52.07 | - |
| YUV | 115.86 | 169.27 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 189 | 0.90 | 0.20 | 0 | 0.26 | 193.41 | 0.82 | 0.41 |
| Hex | 13 | 97 | BD | 5A | 14 | 0 | 1A | C1 | 52 | 29 |
| Octal | 23 | 227 | 275 | 132 | 24 | 0 | 32 | 301 | 122 | 51 |
| Binary | 10011 | 10010111 | 10111101 | 1011010 | 10100 | 0 | 11010 | 11000001 | 1010010 | 101001 |
Color Harmonies of #1397BD
Complementary color
Monochromatic Colors of #1397BD
Black with #1397BD
Text Example
Text Example
White with #1397BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1397BD; }
p { color: rgb(19,151,189); }
H1.HeaderClassName
{
color: #1397BD;
}
.AnyTagClassName
{
color: #1397BD;
}
</style>
background-color css
<style>
a { background-color: #1397BD; }
a { background-color: rgb(19,151,189); }
div.DivClassName
{
background-color: #1397BD;
}
.BgClassName
{
background-color: #1397BD;
}
</style>
border-color css
<style>
span { border-color: #1397BD; }
span { border-color: rgb(19,151,189); }
td.TdClassName
{
border-color: #1397BD;
}
.TagClassName
{
border-color: #1397BD;
}
</style>