Html Css Color HEX #089FB0 Bondi Blue

📋 copy color: '#089FB0'

red 8 ◦ green 159 ◦ blue 176

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

Shades of Bondi Blue #089FB0

Tints of Bondi Blue #089FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 51.31%

R = 2.33%
G = 46.36%
B = 51.31%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#089FB0 (or 0x089FB0) is known color: Bondi Blue. HEX triplet: 08, 9F and B0. RGB value is (8,159,176). Sum of RGB (Red+Green+Blue) = 8+159+176=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #089FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089FB0 is #F7604F. Grayscale: #737373. Windows color (decimal): -16212048 or 11575048. OLE color: 11575048.

HSL color Cylindrical-coordinate representation of color #089FB0: hue angle of 186.07º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089FB0 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 159 176 -
CMYK 0.95 0.10 0 0.31
HSL 186.07º 0.91% 0.36% -
HSV(B) 186.07º 0.95% 0.69% -
XYZ 20.33 27.98 45.4 -
YUV 115.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 8 159 176 0.95 0.10 0 0.31 186.07 0.91 0.36
Hex 8 9F B0 5F A 0 1F BA 5B 24
Octal 10 237 260 137 12 0 37 272 133 44
Binary 1000 10011111 10110000 1011111 1010 0 11111 10111010 1011011 100100

Color Harmonies of #089FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FB0

Black with #089FB0

Text Example


Text Example

White with #089FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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