Shades of Bondi Blue #1097AF
Tints of Bondi Blue #1097AF
RGB
CMYK
RGB Variations
Color information
#1097AF (or 0x1097AF) is known color: Bondi Blue. HEX triplet: 10, 97 and AF. RGB value is (16,151,175). Sum of RGB (Red+Green+Blue) = 16+151+175=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #1097AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1097AF is #EF6850. Grayscale: #717171. Windows color (decimal): -15689809 or 11507472. OLE color: 11507472.
HSL color Cylindrical-coordinate representation of color #1097AF: hue angle of 189.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1097AF is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 151 | 175 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.31 |
| HSL | 189.06º | 0.83% | 0.37% | - |
| HSV(B) | 189.06º | 0.91% | 0.69% | - |
| XYZ | 19.02 | 25.34 | 44.45 | - |
| YUV | 113.37 | 162.77 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 175 | 0.91 | 0.14 | 0 | 0.31 | 189.06 | 0.83 | 0.37 |
| Hex | 10 | 97 | AF | 5B | E | 0 | 1F | BD | 53 | 25 |
| Octal | 20 | 227 | 257 | 133 | 16 | 0 | 37 | 275 | 123 | 45 |
| Binary | 10000 | 10010111 | 10101111 | 1011011 | 1110 | 0 | 11111 | 10111101 | 1010011 | 100101 |
Color Harmonies of #1097AF
Complementary color
Monochromatic Colors of #1097AF
Black with #1097AF
Text Example
Text Example
White with #1097AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1097AF; }
p { color: rgb(16,151,175); }
H1.HeaderClassName
{
color: #1097AF;
}
.AnyTagClassName
{
color: #1097AF;
}
</style>
background-color css
<style>
a { background-color: #1097AF; }
a { background-color: rgb(16,151,175); }
div.DivClassName
{
background-color: #1097AF;
}
.BgClassName
{
background-color: #1097AF;
}
</style>
border-color css
<style>
span { border-color: #1097AF; }
span { border-color: rgb(16,151,175); }
td.TdClassName
{
border-color: #1097AF;
}
.TagClassName
{
border-color: #1097AF;
}
</style>