Shades of Bondi Blue #138AAE
Tints of Bondi Blue #138AAE
RGB
CMYK
RGB Variations
Color information
#138AAE (or 0x138AAE) is known color: Bondi Blue. HEX triplet: 13, 8A and AE. RGB value is (19,138,174). Sum of RGB (Red+Green+Blue) = 19+138+174=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #138AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138AAE is #EC7551. Grayscale: #6A6A6A. Windows color (decimal): -15496530 or 11438611. OLE color: 11438611.
HSL color Cylindrical-coordinate representation of color #138AAE: hue angle of 193.94º 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 #138AAE is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 138 | 174 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.32 |
| HSL | 193.94º | 0.8% | 0.38% | - |
| HSV(B) | 193.94º | 0.89% | 0.68% | - |
| XYZ | 17 | 21.37 | 43.27 | - |
| YUV | 106.52 | 166.08 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 174 | 0.89 | 0.21 | 0 | 0.32 | 193.94 | 0.8 | 0.38 |
| Hex | 13 | 8A | AE | 59 | 15 | 0 | 20 | C2 | 50 | 26 |
| Octal | 23 | 212 | 256 | 131 | 25 | 0 | 40 | 302 | 120 | 46 |
| Binary | 10011 | 10001010 | 10101110 | 1011001 | 10101 | 0 | 100000 | 11000010 | 1010000 | 100110 |
Color Harmonies of #138AAE
Complementary color
Monochromatic Colors of #138AAE
Black with #138AAE
Text Example
Text Example
White with #138AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138AAE; }
p { color: rgb(19,138,174); }
H1.HeaderClassName
{
color: #138AAE;
}
.AnyTagClassName
{
color: #138AAE;
}
</style>
background-color css
<style>
a { background-color: #138AAE; }
a { background-color: rgb(19,138,174); }
div.DivClassName
{
background-color: #138AAE;
}
.BgClassName
{
background-color: #138AAE;
}
</style>
border-color css
<style>
span { border-color: #138AAE; }
span { border-color: rgb(19,138,174); }
td.TdClassName
{
border-color: #138AAE;
}
.TagClassName
{
border-color: #138AAE;
}
</style>