Html Css Color HEX #098BAF Bondi Blue

📋 copy color: '#098BAF'

red 9 ◦ green 139 ◦ blue 175

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

Shades of Bondi Blue #098BAF

Tints of Bondi Blue #098BAF

RGB

 RED value IS 9 (3.91% from 255) = 2.79%

 GREEN value IS 139 (54.69% from 255) = 43.03%

 BLUE value IS 175 (68.75% from 255) = 54.18%

R = 2.79%
G = 43.03%
B = 54.18%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#098BAF (or 0x098BAF) is known color: Bondi Blue. HEX triplet: 09, 8B and AF. RGB value is (9,139,175). Sum of RGB (Red+Green+Blue) = 9+139+175=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #098BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098BAF is #F67450. Grayscale: #676767. Windows color (decimal): -16151633 or 11504393. OLE color: 11504393.

HSL color Cylindrical-coordinate representation of color #098BAF: hue angle of 193.01º degrees, saturation: 0.9, 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 #098BAF is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 139 175 -
CMYK 0.95 0.21 0 0.31
HSL 193.01º 0.9% 0.36% -
HSV(B) 193.01º 0.95% 0.69% -
XYZ 17.08 21.62 43.83 -
YUV 104.23 167.93 60.07 -
System Red Green Blue C M Y K H S L
Decimal 9 139 175 0.95 0.21 0 0.31 193.01 0.9 0.36
Hex 9 8B AF 5F 15 0 1F C1 5A 24
Octal 11 213 257 137 25 0 37 301 132 44
Binary 1001 10001011 10101111 1011111 10101 0 11111 11000001 1011010 100100

Color Harmonies of #098BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BAF

Black with #098BAF

Text Example


Text Example

White with #098BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098BAF; }

 p { color: rgb(9,139,175); }

 H1.HeaderClassName
 {
   color: #098BAF;
 }
 .AnyTagClassName
 {
   color: #098BAF;
 }
</style>

background-color css

<style>
 a { background-color: #098BAF; }

 a { background-color: rgb(9,139,175); }

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

border-color css

<style>
 span { border-color: #098BAF; }

 span { border-color: rgb(9,139,175); }

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