Html Css Color HEX #099AAA Bondi Blue

📋 copy color: '#099AAA'

red 9 ◦ green 154 ◦ blue 170

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

Shades of Bondi Blue #099AAA

Tints of Bondi Blue #099AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.25%

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

R = 2.7%
G = 46.25%
B = 51.05%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#099AAA (or 0x099AAA) is known color: Bondi Blue. HEX triplet: 09, 9A and AA. RGB value is (9,154,170). Sum of RGB (Red+Green+Blue) = 9+154+170=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #099AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099AAA is #F66555. Grayscale: #707070. Windows color (decimal): -16147798 or 11180553. OLE color: 11180553.

HSL color Cylindrical-coordinate representation of color #099AAA: hue angle of 185.96º 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 #099AAA is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 154 170 -
CMYK 0.95 0.09 0 0.33
HSL 185.96º 0.9% 0.35% -
HSV(B) 185.96º 0.95% 0.67% -
XYZ 18.92 26.07 42.07 -
YUV 112.47 160.46 54.2 -
System Red Green Blue C M Y K H S L
Decimal 9 154 170 0.95 0.09 0 0.33 185.96 0.9 0.35
Hex 9 9A AA 5F 9 0 21 BA 5A 23
Octal 11 232 252 137 11 0 41 272 132 43
Binary 1001 10011010 10101010 1011111 1001 0 100001 10111010 1011010 100011

Color Harmonies of #099AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AAA

Black with #099AAA

Text Example


Text Example

White with #099AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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