Shades of Bondi Blue #018CBE
Tints of Bondi Blue #018CBE
RGB
CMYK
RGB Variations
Color information
#018CBE (or 0x018CBE) is known color: Bondi Blue. HEX triplet: 01, 8C and BE. RGB value is (1,140,190). Sum of RGB (Red+Green+Blue) = 1+140+190=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #018CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CBE is #FE7341. Grayscale: #676767. Windows color (decimal): -16675650 or 12487681. OLE color: 12487681.
HSL color Cylindrical-coordinate representation of color #018CBE: hue angle of 195.87º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018CBE is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 140 | 190 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.25 |
| HSL | 195.87º | 0.99% | 0.37% | - |
| HSV(B) | 195.87º | 0.99% | 0.75% | - |
| XYZ | 18.68 | 22.48 | 52.07 | - |
| YUV | 104.14 | 176.45 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 190 | 0.99 | 0.26 | 0 | 0.25 | 195.87 | 0.99 | 0.37 |
| Hex | 1 | 8C | BE | 63 | 1A | 0 | 19 | C4 | 63 | 25 |
| Octal | 1 | 214 | 276 | 143 | 32 | 0 | 31 | 304 | 143 | 45 |
| Binary | 1 | 10001100 | 10111110 | 1100011 | 11010 | 0 | 11001 | 11000100 | 1100011 | 100101 |
Color Harmonies of #018CBE
Complementary color
Monochromatic Colors of #018CBE
Black with #018CBE
Text Example
Text Example
White with #018CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CBE; }
p { color: rgb(1,140,190); }
H1.HeaderClassName
{
color: #018CBE;
}
.AnyTagClassName
{
color: #018CBE;
}
</style>
background-color css
<style>
a { background-color: #018CBE; }
a { background-color: rgb(1,140,190); }
div.DivClassName
{
background-color: #018CBE;
}
.BgClassName
{
background-color: #018CBE;
}
</style>
border-color css
<style>
span { border-color: #018CBE; }
span { border-color: rgb(1,140,190); }
td.TdClassName
{
border-color: #018CBE;
}
.TagClassName
{
border-color: #018CBE;
}
</style>