Html Css Color HEX #089BB3 Bondi Blue

📋 copy color: '#089BB3'

red 8 ◦ green 155 ◦ blue 179

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

Shades of Bondi Blue #089BB3

Tints of Bondi Blue #089BB3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.32%

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

R = 2.34%
G = 45.32%
B = 52.34%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#089BB3 (or 0x089BB3) is known color: Bondi Blue. HEX triplet: 08, 9B and B3. RGB value is (8,155,179). Sum of RGB (Red+Green+Blue) = 8+155+179=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #089BB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BB3 is #F7644C. Grayscale: #717171. Windows color (decimal): -16213069 or 11770632. OLE color: 11770632.

HSL color Cylindrical-coordinate representation of color #089BB3: hue angle of 188.42º 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 #089BB3 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 155 179 -
CMYK 0.96 0.13 0 0.30
HSL 188.42º 0.91% 0.37% -
HSV(B) 188.42º 0.96% 0.7% -
XYZ 19.96 26.75 46.76 -
YUV 113.78 164.8 52.55 -
System Red Green Blue C M Y K H S L
Decimal 8 155 179 0.96 0.13 0 0.30 188.42 0.91 0.37
Hex 8 9B B3 60 D 0 1E BC 5B 25
Octal 10 233 263 140 15 0 36 274 133 45
Binary 1000 10011011 10110011 1100000 1101 0 11110 10111100 1011011 100101

Color Harmonies of #089BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BB3

Black with #089BB3

Text Example


Text Example

White with #089BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089BB3; }

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

 H1.HeaderClassName
 {
   color: #089BB3;
 }
 .AnyTagClassName
 {
   color: #089BB3;
 }
</style>

background-color css

<style>
 a { background-color: #089BB3; }

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

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

border-color css

<style>
 span { border-color: #089BB3; }

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

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