Shades of Bondi Blue #138FC1
Tints of Bondi Blue #138FC1
RGB
CMYK
RGB Variations
Color information
#138FC1 (or 0x138FC1) is known color: Bondi Blue. HEX triplet: 13, 8F and C1. RGB value is (19,143,193). Sum of RGB (Red+Green+Blue) = 19+143+193=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #138FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FC1 is #EC703E. Grayscale: #6F6F6F. Windows color (decimal): -15495231 or 12685075. OLE color: 12685075.
HSL color Cylindrical-coordinate representation of color #138FC1: hue angle of 197.24º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138FC1 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 143 | 193 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.24 |
| HSL | 197.24º | 0.82% | 0.42% | - |
| HSV(B) | 197.24º | 0.9% | 0.76% | - |
| XYZ | 19.72 | 23.63 | 53.97 | - |
| YUV | 111.62 | 173.92 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 193 | 0.90 | 0.26 | 0 | 0.24 | 197.24 | 0.82 | 0.42 |
| Hex | 13 | 8F | C1 | 5A | 1A | 0 | 18 | C5 | 52 | 2A |
| Octal | 23 | 217 | 301 | 132 | 32 | 0 | 30 | 305 | 122 | 52 |
| Binary | 10011 | 10001111 | 11000001 | 1011010 | 11010 | 0 | 11000 | 11000101 | 1010010 | 101010 |
Color Harmonies of #138FC1
Complementary color
Monochromatic Colors of #138FC1
Black with #138FC1
Text Example
Text Example
White with #138FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FC1; }
p { color: rgb(19,143,193); }
H1.HeaderClassName
{
color: #138FC1;
}
.AnyTagClassName
{
color: #138FC1;
}
</style>
background-color css
<style>
a { background-color: #138FC1; }
a { background-color: rgb(19,143,193); }
div.DivClassName
{
background-color: #138FC1;
}
.BgClassName
{
background-color: #138FC1;
}
</style>
border-color css
<style>
span { border-color: #138FC1; }
span { border-color: rgb(19,143,193); }
td.TdClassName
{
border-color: #138FC1;
}
.TagClassName
{
border-color: #138FC1;
}
</style>