Html Css Color HEX #0889BF Bondi Blue

📋 copy color: '#0889BF'

red 8 ◦ green 137 ◦ blue 191

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

Shades of Bondi Blue #0889BF

Tints of Bondi Blue #0889BF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

 BLUE value IS 191 (75% from 255) = 56.85%

R = 2.38%
G = 40.77%
B = 56.85%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0889BF (or 0x0889BF) is known color: Bondi Blue. HEX triplet: 08, 89 and BF. RGB value is (8,137,191). Sum of RGB (Red+Green+Blue) = 8+137+191=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #0889BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0889BF is #F77640. Grayscale: #686868. Windows color (decimal): -16217665 or 12552456. OLE color: 12552456.

HSL color Cylindrical-coordinate representation of color #0889BF: hue angle of 197.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0889BF is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 137 191 -
CMYK 0.96 0.28 0 0.25
HSL 197.7º 0.92% 0.39% -
HSV(B) 197.7º 0.96% 0.75% -
XYZ 18.45 21.7 52.51 -
YUV 104.59 176.76 59.11 -
System Red Green Blue C M Y K H S L
Decimal 8 137 191 0.96 0.28 0 0.25 197.7 0.92 0.39
Hex 8 89 BF 60 1C 0 19 C6 5C 27
Octal 10 211 277 140 34 0 31 306 134 47
Binary 1000 10001001 10111111 1100000 11100 0 11001 11000110 1011100 100111

Color Harmonies of #0889BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889BF

Black with #0889BF

Text Example


Text Example

White with #0889BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0889BF; }

 p { color: rgb(8,137,191); }

 H1.HeaderClassName
 {
   color: #0889BF;
 }
 .AnyTagClassName
 {
   color: #0889BF;
 }
</style>

background-color css

<style>
 a { background-color: #0889BF; }

 a { background-color: rgb(8,137,191); }

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

border-color css

<style>
 span { border-color: #0889BF; }

 span { border-color: rgb(8,137,191); }

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