Html Css Color HEX #098FAA Bondi Blue

📋 copy color: '#098FAA'

red 9 ◦ green 143 ◦ blue 170

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

Shades of Bondi Blue #098FAA

Tints of Bondi Blue #098FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.41%

 BLUE value IS 170 (66.8% from 255) = 52.8%

R = 2.8%
G = 44.41%
B = 52.8%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#098FAA (or 0x098FAA) is known color: Bondi Blue. HEX triplet: 09, 8F and AA. RGB value is (9,143,170). Sum of RGB (Red+Green+Blue) = 9+143+170=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #098FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098FAA is #F67055. Grayscale: #696969. Windows color (decimal): -16150614 or 11177737. OLE color: 11177737.

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

Color convert

RGB 9 143 170 -
CMYK 0.95 0.16 0 0.33
HSL 190.06º 0.9% 0.35% -
HSV(B) 190.06º 0.95% 0.67% -
XYZ 17.19 22.61 41.49 -
YUV 106.01 164.11 58.8 -
System Red Green Blue C M Y K H S L
Decimal 9 143 170 0.95 0.16 0 0.33 190.06 0.9 0.35
Hex 9 8F AA 5F 10 0 21 BE 5A 23
Octal 11 217 252 137 20 0 41 276 132 43
Binary 1001 10001111 10101010 1011111 10000 0 100001 10111110 1011010 100011

Color Harmonies of #098FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FAA

Black with #098FAA

Text Example


Text Example

White with #098FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,143,170); }

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

background-color css

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

 a { background-color: rgb(9,143,170); }

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

border-color css

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

 span { border-color: rgb(9,143,170); }

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