Shades of Bondi Blue #1685C4
Tints of Bondi Blue #1685C4
RGB
CMYK
RGB Variations
Color information
#1685C4 (or 0x1685C4) is known color: Bondi Blue. HEX triplet: 16, 85 and C4. RGB value is (22,133,196). Sum of RGB (Red+Green+Blue) = 22+133+196=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #1685C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685C4 is #E97A3B. Grayscale: #6A6A6A. Windows color (decimal): -15301180 or 12879126. OLE color: 12879126.
HSL color Cylindrical-coordinate representation of color #1685C4: hue angle of 201.72º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1685C4 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 133 | 196 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.23 |
| HSL | 201.72º | 0.8% | 0.43% | - |
| HSV(B) | 201.72º | 0.89% | 0.77% | - |
| XYZ | 18.68 | 20.93 | 55.28 | - |
| YUV | 106.99 | 178.23 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 196 | 0.89 | 0.32 | 0 | 0.23 | 201.72 | 0.8 | 0.43 |
| Hex | 16 | 85 | C4 | 59 | 20 | 0 | 17 | CA | 50 | 2B |
| Octal | 26 | 205 | 304 | 131 | 40 | 0 | 27 | 312 | 120 | 53 |
| Binary | 10110 | 10000101 | 11000100 | 1011001 | 100000 | 0 | 10111 | 11001010 | 1010000 | 101011 |
Color Harmonies of #1685C4
Complementary color
Monochromatic Colors of #1685C4
Black with #1685C4
Text Example
Text Example
White with #1685C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685C4; }
p { color: rgb(22,133,196); }
H1.HeaderClassName
{
color: #1685C4;
}
.AnyTagClassName
{
color: #1685C4;
}
</style>
background-color css
<style>
a { background-color: #1685C4; }
a { background-color: rgb(22,133,196); }
div.DivClassName
{
background-color: #1685C4;
}
.BgClassName
{
background-color: #1685C4;
}
</style>
border-color css
<style>
span { border-color: #1685C4; }
span { border-color: rgb(22,133,196); }
td.TdClassName
{
border-color: #1685C4;
}
.TagClassName
{
border-color: #1685C4;
}
</style>