Html Css Color HEX #0897BB Bondi Blue

📋 copy color: '#0897BB'

red 8 ◦ green 151 ◦ blue 187

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

Shades of Bondi Blue #0897BB

Tints of Bondi Blue #0897BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.05%

R = 2.31%
G = 43.64%
B = 54.05%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0897BB (or 0x0897BB) is known color: Bondi Blue. HEX triplet: 08, 97 and BB. RGB value is (8,151,187). Sum of RGB (Red+Green+Blue) = 8+151+187=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #0897BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0897BB is #F76844. Grayscale: #707070. Windows color (decimal): -16214085 or 12293896. OLE color: 12293896.

HSL color Cylindrical-coordinate representation of color #0897BB: hue angle of 192.07º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0897BB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 151 187 -
CMYK 0.96 0.19 0 0.27
HSL 192.07º 0.92% 0.38% -
HSV(B) 192.07º 0.96% 0.73% -
XYZ 20.14 25.77 50.93 -
YUV 112.35 170.12 53.57 -
System Red Green Blue C M Y K H S L
Decimal 8 151 187 0.96 0.19 0 0.27 192.07 0.92 0.38
Hex 8 97 BB 60 13 0 1B C0 5C 26
Octal 10 227 273 140 23 0 33 300 134 46
Binary 1000 10010111 10111011 1100000 10011 0 11011 11000000 1011100 100110

Color Harmonies of #0897BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0897BB

Black with #0897BB

Text Example


Text Example

White with #0897BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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