#0898BD

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

Shades of Bondi Blue #0898BD

Tints of Bondi Blue #0898BD

Color information

#0898BD (or 0x0898BD) is unknown color: approx Bondi Blue. HEX triplet: 08, 98 and BD. RGB value is (8,152,189). Sum of RGB (Red+Green+Blue) = 8+152+189=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #0898BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0898BD is #F76742. Grayscale: #707070. Windows color (decimal): -16213827 or 12425224. OLE color: 12425224.

HSL color Cylindrical-coordinate representation of color #0898BD: hue angle of 192.27º 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 #0898BD is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8152189-
CMYK0.960.2000.26
HSL192.27º91.88%38.63%-
HSV(B)192.27º95.77%74.12%-
XYZ20.5126.1852.12-
YUV113.16170.7952.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.29%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 189 (74.22% from 255) = 54.15%
R=2.29%
G=43.55%
B=54.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81521890.960.2000.26192.2791.8838.63
Hex898BD601401Ac05c27
Octal102302751402403230013447
Binary10001001100010111101110000010100011010110000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0898BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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