Html Css Color HEX #089ABA Bondi Blue

📋 copy color: '#089ABA'

red 8 ◦ green 154 ◦ blue 186

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

Shades of Bondi Blue #089ABA

Tints of Bondi Blue #089ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.25%

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 2.3%
G = 44.25%
B = 53.45%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#089ABA (or 0x089ABA) is known color: Bondi Blue. HEX triplet: 08, 9A and BA. RGB value is (8,154,186). Sum of RGB (Red+Green+Blue) = 8+154+186=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #089ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ABA is #F76545. Grayscale: #717171. Windows color (decimal): -16213318 or 12229128. OLE color: 12229128.

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

Color convert

RGB 8 154 186 -
CMYK 0.96 0.17 0 0.27
HSL 190.79º 0.92% 0.38% -
HSV(B) 190.79º 0.96% 0.73% -
XYZ 20.52 26.71 50.53 -
YUV 113.99 168.63 52.4 -
System Red Green Blue C M Y K H S L
Decimal 8 154 186 0.96 0.17 0 0.27 190.79 0.92 0.38
Hex 8 9A BA 60 11 0 1B BF 5C 26
Octal 10 232 272 140 21 0 33 277 134 46
Binary 1000 10011010 10111010 1100000 10001 0 11011 10111111 1011100 100110

Color Harmonies of #089ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089ABA

Black with #089ABA

Text Example


Text Example

White with #089ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,154,186); }

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

background-color css

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

 a { background-color: rgb(8,154,186); }

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

border-color css

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

 span { border-color: rgb(8,154,186); }

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