#0890BD

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

Shades of Bondi Blue #0890BD

Tints of Bondi Blue #0890BD

Color information

#0890BD (or 0x0890BD) is unknown color: approx Bondi Blue. HEX triplet: 08, 90 and BD. RGB value is (8,144,189). Sum of RGB (Red+Green+Blue) = 8+144+189=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #0890BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890BD is #F76F42. Grayscale: #6C6C6C. Windows color (decimal): -16215875 or 12423176. OLE color: 12423176.

HSL color Cylindrical-coordinate representation of color #0890BD: hue angle of 194.92º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0890BD is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8144189-
CMYK0.960.2400.26
HSL194.92º91.88%38.63%-
HSV(B)194.92º95.77%74.12%-
XYZ19.2623.6751.7-
YUV108.47173.4456.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.35%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 189 (74.22% from 255) = 55.43%
R=2.35%
G=42.23%
B=55.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81441890.960.2400.26194.9291.8838.63
Hex890BD601801Ac35c27
Octal102202751403003230313447
Binary10001001000010111101110000011000011010110000111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0890BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0890BD; }

 p { color: rgb(8,144,189); }

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

<style>
 a { background-color: #0890BD; }

 a { background-color: rgb(8,144,189); }

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

<style>
 span { border-color: #0890BD; }

 span { border-color: rgb(8,144,189); }

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