#0986BC

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

Shades of Bondi Blue #0986BC

Tints of Bondi Blue #0986BC

Color information

#0986BC (or 0x0986BC) is unknown color: approx Bondi Blue. HEX triplet: 09, 86 and BC. RGB value is (9,134,188). Sum of RGB (Red+Green+Blue) = 9+134+188=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #0986BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0986BC is #F67943. Grayscale: #666666. Windows color (decimal): -16152900 or 12355081. OLE color: 12355081.

HSL color Cylindrical-coordinate representation of color #0986BC: hue angle of 198.1º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0986BC is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9134188-
CMYK0.950.2900.26
HSL198.1º90.86%38.63%-
HSV(B)198.1º95.21%73.73%-
XYZ17.7120.7450.65-
YUV102.78176.0961.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.72%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=2.72%
G=40.48%
B=56.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91341880.950.2900.26198.190.8638.63
Hex986BC5F1D01Ac65b27
Octal112062741373503230613347
Binary10011000011010111100101111111101011010110001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0986BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0986BC; }

 p { color: rgb(9,134,188); }

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

<style>
 a { background-color: #0986BC; }

 a { background-color: rgb(9,134,188); }

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

<style>
 span { border-color: #0986BC; }

 span { border-color: rgb(9,134,188); }

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