Html Css Color HEX #098FBA Bondi Blue

📋 copy color: '#098FBA'

red 9 ◦ green 143 ◦ blue 186

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

Shades of Bondi Blue #098FBA

Tints of Bondi Blue #098FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 2.66%
G = 42.31%
B = 55.03%

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

#098FBA (or 0x098FBA) is known color: Bondi Blue. HEX triplet: 09, 8F and BA. RGB value is (9,143,186). Sum of RGB (Red+Green+Blue) = 9+143+186=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #098FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FBA is #F67045. Grayscale: #6B6B6B. Windows color (decimal): -16150598 or 12226313. OLE color: 12226313.

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

Color convert

RGB 9 143 186 -
CMYK 0.95 0.23 0 0.27
HSL 194.58º 0.91% 0.38% -
HSV(B) 194.58º 0.95% 0.73% -
XYZ 18.8 23.25 49.95 -
YUV 107.84 172.11 57.5 -
System Red Green Blue C M Y K H S L
Decimal 9 143 186 0.95 0.23 0 0.27 194.58 0.91 0.38
Hex 9 8F BA 5F 17 0 1B C3 5B 26
Octal 11 217 272 137 27 0 33 303 133 46
Binary 1001 10001111 10111010 1011111 10111 0 11011 11000011 1011011 100110

Color Harmonies of #098FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FBA

Black with #098FBA

Text Example


Text Example

White with #098FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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