Shades of Bondi Blue #0283C1
Tints of Bondi Blue #0283C1
RGB
CMYK
RGB Variations
Color information
#0283C1 (or 0x0283C1) is known color: Bondi Blue. HEX triplet: 02, 83 and C1. RGB value is (2,131,193). Sum of RGB (Red+Green+Blue) = 2+131+193=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 193 (75.78% from 255 or 59.20% from 326); Max value from RGB is 193 - color contains mainly: blue. Hex color #0283C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0283C1 is #FD7C3E. Grayscale: #636363. Windows color (decimal): -16612415 or 12681986. OLE color: 12681986.
HSL color Cylindrical-coordinate representation of color #0283C1: hue angle of 199.48º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0283C1 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 131 | 193 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.24 |
| HSL | 199.48º | 0.98% | 0.38% | - |
| HSV(B) | 199.48º | 0.99% | 0.76% | - |
| XYZ | 17.77 | 20.1 | 53.39 | - |
| YUV | 99.5 | 180.76 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 193 | 0.99 | 0.32 | 0 | 0.24 | 199.48 | 0.98 | 0.38 |
| Hex | 2 | 83 | C1 | 63 | 20 | 0 | 18 | C7 | 62 | 26 |
| Octal | 2 | 203 | 301 | 143 | 40 | 0 | 30 | 307 | 142 | 46 |
| Binary | 10 | 10000011 | 11000001 | 1100011 | 100000 | 0 | 11000 | 11000111 | 1100010 | 100110 |
Color Harmonies of #0283C1
Complementary color
Monochromatic Colors of #0283C1
Black with #0283C1
Text Example
Text Example
White with #0283C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0283C1; }
p { color: rgb(2,131,193); }
H1.HeaderClassName
{
color: #0283C1;
}
.AnyTagClassName
{
color: #0283C1;
}
</style>
background-color css
<style>
a { background-color: #0283C1; }
a { background-color: rgb(2,131,193); }
div.DivClassName
{
background-color: #0283C1;
}
.BgClassName
{
background-color: #0283C1;
}
</style>
border-color css
<style>
span { border-color: #0283C1; }
span { border-color: rgb(2,131,193); }
td.TdClassName
{
border-color: #0283C1;
}
.TagClassName
{
border-color: #0283C1;
}
</style>