Shades of Bondi Blue #1398BD
Tints of Bondi Blue #1398BD
RGB
CMYK
RGB Variations
Color information
#1398BD (or 0x1398BD) is known color: Bondi Blue. HEX triplet: 13, 98 and BD. RGB value is (19,152,189). Sum of RGB (Red+Green+Blue) = 19+152+189=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #1398BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1398BD is #EC6742. Grayscale: #747474. Windows color (decimal): -15492931 or 12425235. OLE color: 12425235.
HSL color Cylindrical-coordinate representation of color #1398BD: hue angle of 193.06º 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 #1398BD is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 152 | 189 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.26 |
| HSL | 193.06º | 0.82% | 0.41% | - |
| HSV(B) | 193.06º | 0.9% | 0.74% | - |
| XYZ | 20.68 | 26.27 | 52.12 | - |
| YUV | 116.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 189 | 0.90 | 0.20 | 0 | 0.26 | 193.06 | 0.82 | 0.41 |
| Hex | 13 | 98 | BD | 5A | 14 | 0 | 1A | C1 | 52 | 29 |
| Octal | 23 | 230 | 275 | 132 | 24 | 0 | 32 | 301 | 122 | 51 |
| Binary | 10011 | 10011000 | 10111101 | 1011010 | 10100 | 0 | 11010 | 11000001 | 1010010 | 101001 |
Color Harmonies of #1398BD
Complementary color
Monochromatic Colors of #1398BD
Black with #1398BD
Text Example
Text Example
White with #1398BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398BD; }
p { color: rgb(19,152,189); }
H1.HeaderClassName
{
color: #1398BD;
}
.AnyTagClassName
{
color: #1398BD;
}
</style>
background-color css
<style>
a { background-color: #1398BD; }
a { background-color: rgb(19,152,189); }
div.DivClassName
{
background-color: #1398BD;
}
.BgClassName
{
background-color: #1398BD;
}
</style>
border-color css
<style>
span { border-color: #1398BD; }
span { border-color: rgb(19,152,189); }
td.TdClassName
{
border-color: #1398BD;
}
.TagClassName
{
border-color: #1398BD;
}
</style>