Html Css Color HEX #098DAD Bondi Blue

📋 copy color: '#098DAD'

red 9 ◦ green 141 ◦ blue 173

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

Shades of Bondi Blue #098DAD

Tints of Bondi Blue #098DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.56%

R = 2.79%
G = 43.65%
B = 53.56%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#098DAD (or 0x098DAD) is known color: Bondi Blue. HEX triplet: 09, 8D and AD. RGB value is (9,141,173). Sum of RGB (Red+Green+Blue) = 9+141+173=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #098DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DAD is #F67252. Grayscale: #686868. Windows color (decimal): -16151123 or 11373833. OLE color: 11373833.

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

Color convert

RGB 9 141 173 -
CMYK 0.95 0.18 0 0.32
HSL 191.71º 0.9% 0.36% -
HSV(B) 191.71º 0.95% 0.68% -
XYZ 17.18 22.12 42.9 -
YUV 105.18 166.27 59.4 -
System Red Green Blue C M Y K H S L
Decimal 9 141 173 0.95 0.18 0 0.32 191.71 0.9 0.36
Hex 9 8D AD 5F 12 0 20 C0 5A 24
Octal 11 215 255 137 22 0 40 300 132 44
Binary 1001 10001101 10101101 1011111 10010 0 100000 11000000 1011010 100100

Color Harmonies of #098DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DAD

Black with #098DAD

Text Example


Text Example

White with #098DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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