Html Css Color HEX #099DAA Bondi Blue

📋 copy color: '#099DAA'

red 9 ◦ green 157 ◦ blue 170

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

Shades of Bondi Blue #099DAA

Tints of Bondi Blue #099DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.73%

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 2.68%
G = 46.73%
B = 50.6%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#099DAA (or 0x099DAA) is known color: Bondi Blue. HEX triplet: 09, 9D and AA. RGB value is (9,157,170). Sum of RGB (Red+Green+Blue) = 9+157+170=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #099DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099DAA is #F66255. Grayscale: #727272. Windows color (decimal): -16147030 or 11181321. OLE color: 11181321.

HSL color Cylindrical-coordinate representation of color #099DAA: hue angle of 184.84º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DAA is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 157 170 -
CMYK 0.95 0.08 0 0.33
HSL 184.84º 0.9% 0.35% -
HSV(B) 184.84º 0.95% 0.67% -
XYZ 19.43 27.07 42.23 -
YUV 114.23 159.47 52.94 -
System Red Green Blue C M Y K H S L
Decimal 9 157 170 0.95 0.08 0 0.33 184.84 0.9 0.35
Hex 9 9D AA 5F 8 0 21 B9 5A 23
Octal 11 235 252 137 10 0 41 271 132 43
Binary 1001 10011101 10101010 1011111 1000 0 100001 10111001 1011010 100011

Color Harmonies of #099DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DAA

Black with #099DAA

Text Example


Text Example

White with #099DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099DAA; }

 p { color: rgb(9,157,170); }

 H1.HeaderClassName
 {
   color: #099DAA;
 }
 .AnyTagClassName
 {
   color: #099DAA;
 }
</style>

background-color css

<style>
 a { background-color: #099DAA; }

 a { background-color: rgb(9,157,170); }

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

border-color css

<style>
 span { border-color: #099DAA; }

 span { border-color: rgb(9,157,170); }

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