Html Css Color HEX #098FB9 Bondi Blue

📋 copy color: '#098FB9'

red 9 ◦ green 143 ◦ blue 185

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

Shades of Bondi Blue #098FB9

Tints of Bondi Blue #098FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 54.9%

R = 2.67%
G = 42.43%
B = 54.9%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#098FB9 (or 0x098FB9) is known color: Bondi Blue. HEX triplet: 09, 8F and B9. RGB value is (9,143,185). Sum of RGB (Red+Green+Blue) = 9+143+185=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #098FB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FB9 is #F67046. Grayscale: #6B6B6B. Windows color (decimal): -16150599 or 12160777. OLE color: 12160777.

HSL color Cylindrical-coordinate representation of color #098FB9: hue angle of 194.32º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098FB9 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 143 185 -
CMYK 0.95 0.23 0 0.27
HSL 194.32º 0.91% 0.38% -
HSV(B) 194.32º 0.95% 0.73% -
XYZ 18.69 23.21 49.39 -
YUV 107.72 171.61 57.58 -
System Red Green Blue C M Y K H S L
Decimal 9 143 185 0.95 0.23 0 0.27 194.32 0.91 0.38
Hex 9 8F B9 5F 17 0 1B C2 5B 26
Octal 11 217 271 137 27 0 33 302 133 46
Binary 1001 10001111 10111001 1011111 10111 0 11011 11000010 1011011 100110

Color Harmonies of #098FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FB9

Black with #098FB9

Text Example


Text Example

White with #098FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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