#0986C1

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

Shades of Bondi Blue #0986C1

Tints of Bondi Blue #0986C1

Color information

#0986C1 (or 0x0986C1) is unknown color: approx Bondi Blue. HEX triplet: 09, 86 and C1. RGB value is (9,134,193). Sum of RGB (Red+Green+Blue) = 9+134+193=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #0986C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0986C1 is #F6793E. Grayscale: #666666. Windows color (decimal): -16152895 or 12682761. OLE color: 12682761.

HSL color Cylindrical-coordinate representation of color #0986C1: hue angle of 199.24º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0986C1 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9134193-
CMYK0.950.3100.24
HSL199.24º91.09%39.61%-
HSV(B)199.24º95.34%75.69%-
XYZ18.2620.9653.53-
YUV103.35178.5960.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.68%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 193 (75.78% from 255) = 57.44%
R=2.68%
G=39.88%
B=57.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91341930.950.3100.24199.2491.0939.61
Hex986C15F1F018c75b28
Octal112063011373703030713350
Binary10011000011011000001101111111111011000110001111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0986C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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