Html Css Color HEX #098BAD Bondi Blue

📋 copy color: '#098BAD'

red 9 ◦ green 139 ◦ blue 173

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

Shades of Bondi Blue #098BAD

Tints of Bondi Blue #098BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 2.8%
G = 43.3%
B = 53.89%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#098BAD (or 0x098BAD) is known color: Bondi Blue. HEX triplet: 09, 8B and AD. RGB value is (9,139,173). Sum of RGB (Red+Green+Blue) = 9+139+173=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #098BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098BAD is #F67452. Grayscale: #676767. Windows color (decimal): -16151635 or 11373321. OLE color: 11373321.

HSL color Cylindrical-coordinate representation of color #098BAD: hue angle of 192.44º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098BAD is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 139 173 -
CMYK 0.95 0.20 0 0.32
HSL 192.44º 0.9% 0.36% -
HSV(B) 192.44º 0.95% 0.68% -
XYZ 16.89 21.54 42.8 -
YUV 104.01 166.93 60.24 -
System Red Green Blue C M Y K H S L
Decimal 9 139 173 0.95 0.20 0 0.32 192.44 0.9 0.36
Hex 9 8B AD 5F 14 0 20 C0 5A 24
Octal 11 213 255 137 24 0 40 300 132 44
Binary 1001 10001011 10101101 1011111 10100 0 100000 11000000 1011010 100100

Color Harmonies of #098BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BAD

Black with #098BAD

Text Example


Text Example

White with #098BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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