Shades of Bondi Blue #0D93BD
Tints of Bondi Blue #0D93BD
RGB
CMYK
RGB Variations
Color information
#0D93BD (or 0x0D93BD) is known color: Bondi Blue. HEX triplet: 0D, 93 and BD. RGB value is (13,147,189). Sum of RGB (Red+Green+Blue) = 13+147+189=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D93BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D93BD is #F26C42. Grayscale: #6F6F6F. Windows color (decimal): -15887427 or 12423949. OLE color: 12423949.
HSL color Cylindrical-coordinate representation of color #0D93BD: hue angle of 194.32º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D93BD is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 147 | 189 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.26 |
| HSL | 194.32º | 0.87% | 0.4% | - |
| HSV(B) | 194.32º | 0.93% | 0.74% | - |
| XYZ | 19.79 | 24.63 | 51.85 | - |
| YUV | 111.72 | 171.61 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 189 | 0.93 | 0.22 | 0 | 0.26 | 194.32 | 0.87 | 0.4 |
| Hex | D | 93 | BD | 5D | 16 | 0 | 1A | C2 | 57 | 28 |
| Octal | 15 | 223 | 275 | 135 | 26 | 0 | 32 | 302 | 127 | 50 |
| Binary | 1101 | 10010011 | 10111101 | 1011101 | 10110 | 0 | 11010 | 11000010 | 1010111 | 101000 |
Color Harmonies of #0D93BD
Complementary color
Monochromatic Colors of #0D93BD
Black with #0D93BD
Text Example
Text Example
White with #0D93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D93BD; }
p { color: rgb(13,147,189); }
H1.HeaderClassName
{
color: #0D93BD;
}
.AnyTagClassName
{
color: #0D93BD;
}
</style>
background-color css
<style>
a { background-color: #0D93BD; }
a { background-color: rgb(13,147,189); }
div.DivClassName
{
background-color: #0D93BD;
}
.BgClassName
{
background-color: #0D93BD;
}
</style>
border-color css
<style>
span { border-color: #0D93BD; }
span { border-color: rgb(13,147,189); }
td.TdClassName
{
border-color: #0D93BD;
}
.TagClassName
{
border-color: #0D93BD;
}
</style>