Shades of Bondi Blue #018DB8
Tints of Bondi Blue #018DB8
RGB
CMYK
RGB Variations
Color information
#018DB8 (or 0x018DB8) is known color: Bondi Blue. HEX triplet: 01, 8D and B8. RGB value is (1,141,184). Sum of RGB (Red+Green+Blue) = 1+141+184=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #018DB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DB8 is #FE7247. Grayscale: #676767. Windows color (decimal): -16675400 or 12094721. OLE color: 12094721.
HSL color Cylindrical-coordinate representation of color #018DB8: hue angle of 194.1º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DB8 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 141 | 184 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.28 |
| HSL | 194.1º | 0.99% | 0.36% | - |
| HSV(B) | 194.1º | 0.99% | 0.72% | - |
| XYZ | 18.19 | 22.52 | 48.73 | - |
| YUV | 104.04 | 173.12 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 184 | 0.99 | 0.23 | 0 | 0.28 | 194.1 | 0.99 | 0.36 |
| Hex | 1 | 8D | B8 | 63 | 17 | 0 | 1C | C2 | 63 | 24 |
| Octal | 1 | 215 | 270 | 143 | 27 | 0 | 34 | 302 | 143 | 44 |
| Binary | 1 | 10001101 | 10111000 | 1100011 | 10111 | 0 | 11100 | 11000010 | 1100011 | 100100 |
Color Harmonies of #018DB8
Complementary color
Monochromatic Colors of #018DB8
Black with #018DB8
Text Example
Text Example
White with #018DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DB8; }
p { color: rgb(1,141,184); }
H1.HeaderClassName
{
color: #018DB8;
}
.AnyTagClassName
{
color: #018DB8;
}
</style>
background-color css
<style>
a { background-color: #018DB8; }
a { background-color: rgb(1,141,184); }
div.DivClassName
{
background-color: #018DB8;
}
.BgClassName
{
background-color: #018DB8;
}
</style>
border-color css
<style>
span { border-color: #018DB8; }
span { border-color: rgb(1,141,184); }
td.TdClassName
{
border-color: #018DB8;
}
.TagClassName
{
border-color: #018DB8;
}
</style>