Html Css Color HEX #099FAA Bondi Blue

📋 copy color: '#099FAA'

red 9 ◦ green 159 ◦ blue 170

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

Shades of Bondi Blue #099FAA

Tints of Bondi Blue #099FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.04%

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

R = 2.66%
G = 47.04%
B = 50.3%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#099FAA (or 0x099FAA) is known color: Bondi Blue. HEX triplet: 09, 9F and AA. RGB value is (9,159,170). Sum of RGB (Red+Green+Blue) = 9+159+170=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #099FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099FAA is #F66055. Grayscale: #737373. Windows color (decimal): -16146518 or 11181833. OLE color: 11181833.

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

Color convert

RGB 9 159 170 -
CMYK 0.95 0.06 0 0.33
HSL 184.1º 0.9% 0.35% -
HSV(B) 184.1º 0.95% 0.67% -
XYZ 19.77 27.76 42.35 -
YUV 115.4 158.81 52.11 -
System Red Green Blue C M Y K H S L
Decimal 9 159 170 0.95 0.06 0 0.33 184.1 0.9 0.35
Hex 9 9F AA 5F 6 0 21 B8 5A 23
Octal 11 237 252 137 6 0 41 270 132 43
Binary 1001 10011111 10101010 1011111 110 0 100001 10111000 1011010 100011

Color Harmonies of #099FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FAA

Black with #099FAA

Text Example


Text Example

White with #099FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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