#0987BE

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

Shades of Bondi Blue #0987BE

Tints of Bondi Blue #0987BE

Color information

#0987BE (or 0x0987BE) is unknown color: approx Bondi Blue. HEX triplet: 09, 87 and BE. RGB value is (9,135,190). Sum of RGB (Red+Green+Blue) = 9+135+190=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #0987BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0987BE is #F67841. Grayscale: #676767. Windows color (decimal): -16152642 or 12486409. OLE color: 12486409.

HSL color Cylindrical-coordinate representation of color #0987BE: hue angle of 198.23º 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 #0987BE is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9135190-
CMYK0.950.2900.25
HSL198.23º90.95%39.02%-
HSV(B)198.23º95.26%74.51%-
XYZ18.0721.151.84-
YUV103.6176.7660.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.69%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=2.69%
G=40.42%
B=56.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91351900.950.2900.25198.2390.9539.02
Hex987BE5F1D019c65b27
Octal112072761373503130613347
Binary10011000011110111110101111111101011001110001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0987BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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