Html Css Color HEX #098DAE Bondi Blue

📋 copy color: '#098DAE'

red 9 ◦ green 141 ◦ blue 174

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

Shades of Bondi Blue #098DAE

Tints of Bondi Blue #098DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.7%

R = 2.78%
G = 43.52%
B = 53.7%

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

#098DAE (or 0x098DAE) is known color: Bondi Blue. HEX triplet: 09, 8D and AE. RGB value is (9,141,174). Sum of RGB (Red+Green+Blue) = 9+141+174=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #098DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DAE is #F67251. Grayscale: #696969. Windows color (decimal): -16151122 or 11439369. OLE color: 11439369.

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

Color convert

RGB 9 141 174 -
CMYK 0.95 0.19 0 0.32
HSL 192º 0.9% 0.36% -
HSV(B) 192º 0.95% 0.68% -
XYZ 17.28 22.16 43.41 -
YUV 105.29 166.77 59.32 -
System Red Green Blue C M Y K H S L
Decimal 9 141 174 0.95 0.19 0 0.32 192 0.9 0.36
Hex 9 8D AE 5F 13 0 20 C0 5A 24
Octal 11 215 256 137 23 0 40 300 132 44
Binary 1001 10001101 10101110 1011111 10011 0 100000 11000000 1011010 100100

Color Harmonies of #098DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DAE

Black with #098DAE

Text Example


Text Example

White with #098DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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