Html Css Color HEX #098BAE Bondi Blue

📋 copy color: '#098BAE'

red 9 ◦ green 139 ◦ blue 174

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

Shades of Bondi Blue #098BAE

Tints of Bondi Blue #098BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 2.8%
G = 43.17%
B = 54.04%

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

#098BAE (or 0x098BAE) is known color: Bondi Blue. HEX triplet: 09, 8B and AE. RGB value is (9,139,174). Sum of RGB (Red+Green+Blue) = 9+139+174=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #098BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098BAE is #F67451. Grayscale: #676767. Windows color (decimal): -16151634 or 11438857. OLE color: 11438857.

HSL color Cylindrical-coordinate representation of color #098BAE: hue angle of 192.73º 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 #098BAE is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 139 174 -
CMYK 0.95 0.20 0 0.32
HSL 192.73º 0.9% 0.36% -
HSV(B) 192.73º 0.95% 0.68% -
XYZ 16.99 21.58 43.31 -
YUV 104.12 167.43 60.15 -
System Red Green Blue C M Y K H S L
Decimal 9 139 174 0.95 0.20 0 0.32 192.73 0.9 0.36
Hex 9 8B AE 5F 14 0 20 C1 5A 24
Octal 11 213 256 137 24 0 40 301 132 44
Binary 1001 10001011 10101110 1011111 10100 0 100000 11000001 1011010 100100

Color Harmonies of #098BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BAE

Black with #098BAE

Text Example


Text Example

White with #098BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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