Html Css Color HEX #089FAC Bondi Blue

📋 copy color: '#089FAC'

red 8 ◦ green 159 ◦ blue 172

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

Shades of Bondi Blue #089FAC

Tints of Bondi Blue #089FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.9%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 2.36%
G = 46.9%
B = 50.74%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#089FAC (or 0x089FAC) is known color: Bondi Blue. HEX triplet: 08, 9F and AC. RGB value is (8,159,172). Sum of RGB (Red+Green+Blue) = 8+159+172=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #089FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089FAC is #F76053. Grayscale: #737373. Windows color (decimal): -16212052 or 11312904. OLE color: 11312904.

HSL color Cylindrical-coordinate representation of color #089FAC: hue angle of 184.76º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089FAC is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 159 172 -
CMYK 0.95 0.08 0 0.33
HSL 184.76º 0.91% 0.35% -
HSV(B) 184.76º 0.95% 0.67% -
XYZ 19.94 27.83 43.35 -
YUV 115.33 159.97 51.44 -
System Red Green Blue C M Y K H S L
Decimal 8 159 172 0.95 0.08 0 0.33 184.76 0.91 0.35
Hex 8 9F AC 5F 8 0 21 B9 5B 23
Octal 10 237 254 137 10 0 41 271 133 43
Binary 1000 10011111 10101100 1011111 1000 0 100001 10111001 1011011 100011

Color Harmonies of #089FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FAC

Black with #089FAC

Text Example


Text Example

White with #089FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,159,172); }

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

background-color css

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

 a { background-color: rgb(8,159,172); }

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

border-color css

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

 span { border-color: rgb(8,159,172); }

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