Shades of Bondi Blue #138AAD
Tints of Bondi Blue #138AAD
RGB
CMYK
RGB Variations
Color information
#138AAD (or 0x138AAD) is known color: Bondi Blue. HEX triplet: 13, 8A and AD. RGB value is (19,138,173). Sum of RGB (Red+Green+Blue) = 19+138+173=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #138AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138AAD is #EC7552. Grayscale: #6A6A6A. Windows color (decimal): -15496531 or 11373075. OLE color: 11373075.
HSL color Cylindrical-coordinate representation of color #138AAD: hue angle of 193.64º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138AAD is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 138 | 173 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.32 |
| HSL | 193.64º | 0.8% | 0.38% | - |
| HSV(B) | 193.64º | 0.89% | 0.68% | - |
| XYZ | 16.9 | 21.33 | 42.76 | - |
| YUV | 106.41 | 165.58 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 173 | 0.89 | 0.20 | 0 | 0.32 | 193.64 | 0.8 | 0.38 |
| Hex | 13 | 8A | AD | 59 | 14 | 0 | 20 | C2 | 50 | 26 |
| Octal | 23 | 212 | 255 | 131 | 24 | 0 | 40 | 302 | 120 | 46 |
| Binary | 10011 | 10001010 | 10101101 | 1011001 | 10100 | 0 | 100000 | 11000010 | 1010000 | 100110 |
Color Harmonies of #138AAD
Complementary color
Monochromatic Colors of #138AAD
Black with #138AAD
Text Example
Text Example
White with #138AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138AAD; }
p { color: rgb(19,138,173); }
H1.HeaderClassName
{
color: #138AAD;
}
.AnyTagClassName
{
color: #138AAD;
}
</style>
background-color css
<style>
a { background-color: #138AAD; }
a { background-color: rgb(19,138,173); }
div.DivClassName
{
background-color: #138AAD;
}
.BgClassName
{
background-color: #138AAD;
}
</style>
border-color css
<style>
span { border-color: #138AAD; }
span { border-color: rgb(19,138,173); }
td.TdClassName
{
border-color: #138AAD;
}
.TagClassName
{
border-color: #138AAD;
}
</style>