Html Css Color HEX #0897B3 Bondi Blue

📋 copy color: '#0897B3'

red 8 ◦ green 151 ◦ blue 179

#0897B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0897B3

Tints of Bondi Blue #0897B3

RGB

 RED value IS 8 (3.52% from 255) = 2.37%

 GREEN value IS 151 (59.38% from 255) = 44.67%

 BLUE value IS 179 (70.31% from 255) = 52.96%

R = 2.37%
G = 44.67%
B = 52.96%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0897B3 (or 0x0897B3) is known color: Bondi Blue. HEX triplet: 08, 97 and B3. RGB value is (8,151,179). Sum of RGB (Red+Green+Blue) = 8+151+179=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #0897B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0897B3 is #F7684C. Grayscale: #6F6F6F. Windows color (decimal): -16214093 or 11769608. OLE color: 11769608.

HSL color Cylindrical-coordinate representation of color #0897B3: hue angle of 189.82º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0897B3 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 151 179 -
CMYK 0.96 0.16 0 0.30
HSL 189.82º 0.91% 0.37% -
HSV(B) 189.82º 0.96% 0.7% -
XYZ 19.3 25.44 46.54 -
YUV 111.44 166.12 54.22 -
System Red Green Blue C M Y K H S L
Decimal 8 151 179 0.96 0.16 0 0.30 189.82 0.91 0.37
Hex 8 97 B3 60 10 0 1E BE 5B 25
Octal 10 227 263 140 20 0 36 276 133 45
Binary 1000 10010111 10110011 1100000 10000 0 11110 10111110 1011011 100101

Color Harmonies of #0897B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0897B3

Black with #0897B3

Text Example


Text Example

White with #0897B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0897B3; }

 p { color: rgb(8,151,179); }

 H1.HeaderClassName
 {
   color: #0897B3;
 }
 .AnyTagClassName
 {
   color: #0897B3;
 }
</style>

background-color css

<style>
 a { background-color: #0897B3; }

 a { background-color: rgb(8,151,179); }

 div.DivClassName
 {
   background-color: #0897B3;
 }
 .BgClassName
 {
   background-color: #0897B3;
 }
</style>

border-color css

<style>
 span { border-color: #0897B3; }

 span { border-color: rgb(8,151,179); }

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