Shades of Bondi Blue #039CA6
Tints of Bondi Blue #039CA6
RGB
CMYK
RGB Variations
Color information
#039CA6 (or 0x039CA6) is known color: Bondi Blue. HEX triplet: 03, 9C and A6. RGB value is (3,156,166). Sum of RGB (Red+Green+Blue) = 3+156+166=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #039CA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039CA6 is #FC6359. Grayscale: #6F6F6F. Windows color (decimal): -16540506 or 10918915. OLE color: 10918915.
HSL color Cylindrical-coordinate representation of color #039CA6: hue angle of 183.68º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039CA6 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 156 | 166 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.35 |
| HSL | 183.68º | 0.96% | 0.33% | - |
| HSV(B) | 183.68º | 0.98% | 0.65% | - |
| XYZ | 18.81 | 26.55 | 40.21 | - |
| YUV | 111.39 | 158.81 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 166 | 0.98 | 0.06 | 0 | 0.35 | 183.68 | 0.96 | 0.33 |
| Hex | 3 | 9C | A6 | 62 | 6 | 0 | 23 | B8 | 60 | 21 |
| Octal | 3 | 234 | 246 | 142 | 6 | 0 | 43 | 270 | 140 | 41 |
| Binary | 11 | 10011100 | 10100110 | 1100010 | 110 | 0 | 100011 | 10111000 | 1100000 | 100001 |
Color Harmonies of #039CA6
Complementary color
Monochromatic Colors of #039CA6
Black with #039CA6
Text Example
Text Example
White with #039CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CA6; }
p { color: rgb(3,156,166); }
H1.HeaderClassName
{
color: #039CA6;
}
.AnyTagClassName
{
color: #039CA6;
}
</style>
background-color css
<style>
a { background-color: #039CA6; }
a { background-color: rgb(3,156,166); }
div.DivClassName
{
background-color: #039CA6;
}
.BgClassName
{
background-color: #039CA6;
}
</style>
border-color css
<style>
span { border-color: #039CA6; }
span { border-color: rgb(3,156,166); }
td.TdClassName
{
border-color: #039CA6;
}
.TagClassName
{
border-color: #039CA6;
}
</style>