#0989BE

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

Shades of Bondi Blue #0989BE

Tints of Bondi Blue #0989BE

Color information

#0989BE (or 0x0989BE) is unknown color: approx Bondi Blue. HEX triplet: 09, 89 and BE. RGB value is (9,137,190). Sum of RGB (Red+Green+Blue) = 9+137+190=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #0989BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0989BE is #F67641. Grayscale: #686868. Windows color (decimal): -16152130 or 12486921. OLE color: 12486921.

HSL color Cylindrical-coordinate representation of color #0989BE: hue angle of 197.57º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0989BE is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9137190-
CMYK0.950.2800.25
HSL197.57º90.95%39.02%-
HSV(B)197.57º95.26%74.51%-
XYZ18.3521.6751.93-
YUV104.77176.0959.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.68%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=2.68%
G=40.77%
B=56.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91371900.950.2800.25197.5790.9539.02
Hex989BE5F1C019c65b27
Octal112112761373403130613347
Binary10011000100110111110101111111100011001110001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0989BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0989BE; }

 p { color: rgb(9,137,190); }

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

<style>
 a { background-color: #0989BE; }

 a { background-color: rgb(9,137,190); }

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

<style>
 span { border-color: #0989BE; }

 span { border-color: rgb(9,137,190); }

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