Html Css Color HEX #099AAB Bondi Blue

📋 copy color: '#099AAB'

red 9 ◦ green 154 ◦ blue 171

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

Shades of Bondi Blue #099AAB

Tints of Bondi Blue #099AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 2.69%
G = 46.11%
B = 51.2%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#099AAB (or 0x099AAB) is known color: Bondi Blue. HEX triplet: 09, 9A and AB. RGB value is (9,154,171). Sum of RGB (Red+Green+Blue) = 9+154+171=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #099AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099AAB is #F66554. Grayscale: #707070. Windows color (decimal): -16147797 or 11246089. OLE color: 11246089.

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

Color convert

RGB 9 154 171 -
CMYK 0.95 0.10 0 0.33
HSL 186.3º 0.9% 0.35% -
HSV(B) 186.3º 0.95% 0.67% -
XYZ 19.02 26.11 42.57 -
YUV 112.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 9 154 171 0.95 0.10 0 0.33 186.3 0.9 0.35
Hex 9 9A AB 5F A 0 21 BA 5A 23
Octal 11 232 253 137 12 0 41 272 132 43
Binary 1001 10011010 10101011 1011111 1010 0 100001 10111010 1011010 100011

Color Harmonies of #099AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AAB

Black with #099AAB

Text Example


Text Example

White with #099AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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