Shades of Bondi Blue #0F82C1
Tints of Bondi Blue #0F82C1
RGB
CMYK
RGB Variations
Color information
#0F82C1 (or 0x0F82C1) is known color: Bondi Blue. HEX triplet: 0F, 82 and C1. RGB value is (15,130,193). Sum of RGB (Red+Green+Blue) = 15+130+193=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #0F82C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F82C1 is #F07D3E. Grayscale: #666666. Windows color (decimal): -15760703 or 12681743. OLE color: 12681743.
HSL color Cylindrical-coordinate representation of color #0F82C1: hue angle of 201.24º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F82C1 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 130 | 193 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.24 |
| HSL | 201.24º | 0.86% | 0.41% | - |
| HSV(B) | 201.24º | 0.92% | 0.76% | - |
| XYZ | 17.81 | 19.92 | 53.36 | - |
| YUV | 102.8 | 178.9 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 193 | 0.92 | 0.33 | 0 | 0.24 | 201.24 | 0.86 | 0.41 |
| Hex | F | 82 | C1 | 5C | 21 | 0 | 18 | C9 | 56 | 29 |
| Octal | 17 | 202 | 301 | 134 | 41 | 0 | 30 | 311 | 126 | 51 |
| Binary | 1111 | 10000010 | 11000001 | 1011100 | 100001 | 0 | 11000 | 11001001 | 1010110 | 101001 |
Color Harmonies of #0F82C1
Complementary color
Monochromatic Colors of #0F82C1
Black with #0F82C1
Text Example
Text Example
White with #0F82C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F82C1; }
p { color: rgb(15,130,193); }
H1.HeaderClassName
{
color: #0F82C1;
}
.AnyTagClassName
{
color: #0F82C1;
}
</style>
background-color css
<style>
a { background-color: #0F82C1; }
a { background-color: rgb(15,130,193); }
div.DivClassName
{
background-color: #0F82C1;
}
.BgClassName
{
background-color: #0F82C1;
}
</style>
border-color css
<style>
span { border-color: #0F82C1; }
span { border-color: rgb(15,130,193); }
td.TdClassName
{
border-color: #0F82C1;
}
.TagClassName
{
border-color: #0F82C1;
}
</style>