Shades of Bondi Blue #138AAF
Tints of Bondi Blue #138AAF
RGB
CMYK
RGB Variations
Color information
#138AAF (or 0x138AAF) is known color: Bondi Blue. HEX triplet: 13, 8A and AF. RGB value is (19,138,175). Sum of RGB (Red+Green+Blue) = 19+138+175=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #138AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138AAF is #EC7550. Grayscale: #6A6A6A. Windows color (decimal): -15496529 or 11504147. OLE color: 11504147.
HSL color Cylindrical-coordinate representation of color #138AAF: hue angle of 194.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138AAF is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 138 | 175 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.31 |
| HSL | 194.23º | 0.8% | 0.38% | - |
| HSV(B) | 194.23º | 0.89% | 0.69% | - |
| XYZ | 17.09 | 21.41 | 43.79 | - |
| YUV | 106.64 | 166.58 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 175 | 0.89 | 0.21 | 0 | 0.31 | 194.23 | 0.8 | 0.38 |
| Hex | 13 | 8A | AF | 59 | 15 | 0 | 1F | C2 | 50 | 26 |
| Octal | 23 | 212 | 257 | 131 | 25 | 0 | 37 | 302 | 120 | 46 |
| Binary | 10011 | 10001010 | 10101111 | 1011001 | 10101 | 0 | 11111 | 11000010 | 1010000 | 100110 |
Color Harmonies of #138AAF
Complementary color
Monochromatic Colors of #138AAF
Black with #138AAF
Text Example
Text Example
White with #138AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138AAF; }
p { color: rgb(19,138,175); }
H1.HeaderClassName
{
color: #138AAF;
}
.AnyTagClassName
{
color: #138AAF;
}
</style>
background-color css
<style>
a { background-color: #138AAF; }
a { background-color: rgb(19,138,175); }
div.DivClassName
{
background-color: #138AAF;
}
.BgClassName
{
background-color: #138AAF;
}
</style>
border-color css
<style>
span { border-color: #138AAF; }
span { border-color: rgb(19,138,175); }
td.TdClassName
{
border-color: #138AAF;
}
.TagClassName
{
border-color: #138AAF;
}
</style>