#1086B9

Color #1086B9 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #1086B9

Tints of Bondi Blue #1086B9

Color information

#1086B9 (or 0x1086B9) is unknown color: approx Bondi Blue. HEX triplet: 10, 86 and B9. RGB value is (16,134,185). Sum of RGB (Red+Green+Blue) = 16+134+185=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #1086B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1086B9 is #EF7946. Grayscale: #686868. Windows color (decimal): -15694151 or 12158480. OLE color: 12158480.

HSL color Cylindrical-coordinate representation of color #1086B9: hue angle of 198.11º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1086B9 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16134185-
CMYK0.910.2800.27
HSL198.11º84.08%39.41%-
HSV(B)198.11º91.35%72.55%-
XYZ17.520.6648.97-
YUV104.53173.4164.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 4.78%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 185 (72.66% from 255) = 55.22%
R=4.78%
G=40%
B=55.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161341850.910.2800.27198.1184.0839.41
Hex1086B95B1C01Bc65427
Octal202062711333403330612447
Binary100001000011010111001101101111100011011110001101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1086B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1086B9; }

 p { color: rgb(16,134,185); }

 H1.HeaderClassName
 {
   color: #1086B9;
 }
 .AnyTagClassName
 {
   color: #1086B9;
 }
</style>
background-color css

<style>
 a { background-color: #1086B9; }

 a { background-color: rgb(16,134,185); }

 div.DivClassName
 {
   background-color: #1086B9;
 }
 .BgClassName
 {
   background-color: #1086B9;
 }
</style>
border-color css

<style>
 span { border-color: #1086B9; }

 span { border-color: rgb(16,134,185); }

 td.TdClassName
 {
   border-color: #1086B9;
 }
 .TagClassName
 {
   border-color: #1086B9;
 }
</style>