Html Css Color HEX #098CAD Bondi Blue

📋 copy color: '#098CAD'

red 9 ◦ green 140 ◦ blue 173

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

Shades of Bondi Blue #098CAD

Tints of Bondi Blue #098CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.48%

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

R = 2.8%
G = 43.48%
B = 53.73%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#098CAD (or 0x098CAD) is known color: Bondi Blue. HEX triplet: 09, 8C and AD. RGB value is (9,140,173). Sum of RGB (Red+Green+Blue) = 9+140+173=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #098CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098CAD is #F67352. Grayscale: #686868. Windows color (decimal): -16151379 or 11373577. OLE color: 11373577.

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

Color convert

RGB 9 140 173 -
CMYK 0.95 0.19 0 0.32
HSL 192.07º 0.9% 0.36% -
HSV(B) 192.07º 0.95% 0.68% -
XYZ 17.03 21.83 42.85 -
YUV 104.59 166.6 59.82 -
System Red Green Blue C M Y K H S L
Decimal 9 140 173 0.95 0.19 0 0.32 192.07 0.9 0.36
Hex 9 8C AD 5F 13 0 20 C0 5A 24
Octal 11 214 255 137 23 0 40 300 132 44
Binary 1001 10001100 10101101 1011111 10011 0 100000 11000000 1011010 100100

Color Harmonies of #098CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CAD

Black with #098CAD

Text Example


Text Example

White with #098CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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