Html Css Color HEX #098DBA Bondi Blue

📋 copy color: '#098DBA'

red 9 ◦ green 141 ◦ blue 186

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

Shades of Bondi Blue #098DBA

Tints of Bondi Blue #098DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.96%

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

R = 2.68%
G = 41.96%
B = 55.36%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#098DBA (or 0x098DBA) is known color: Bondi Blue. HEX triplet: 09, 8D and BA. RGB value is (9,141,186). Sum of RGB (Red+Green+Blue) = 9+141+186=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #098DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DBA is #F67245. Grayscale: #6A6A6A. Windows color (decimal): -16151110 or 12225801. OLE color: 12225801.

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

Color convert

RGB 9 141 186 -
CMYK 0.95 0.24 0 0.27
HSL 195.25º 0.91% 0.38% -
HSV(B) 195.25º 0.95% 0.73% -
XYZ 18.5 22.65 49.85 -
YUV 106.66 172.77 58.34 -
System Red Green Blue C M Y K H S L
Decimal 9 141 186 0.95 0.24 0 0.27 195.25 0.91 0.38
Hex 9 8D BA 5F 18 0 1B C3 5B 26
Octal 11 215 272 137 30 0 33 303 133 46
Binary 1001 10001101 10111010 1011111 11000 0 11011 11000011 1011011 100110

Color Harmonies of #098DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DBA

Black with #098DBA

Text Example


Text Example

White with #098DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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