Html Css Color HEX #099DAC Bondi Blue

📋 copy color: '#099DAC'

red 9 ◦ green 157 ◦ blue 172

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

Shades of Bondi Blue #099DAC

Tints of Bondi Blue #099DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 2.66%
G = 46.45%
B = 50.89%

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

#099DAC (or 0x099DAC) is known color: Bondi Blue. HEX triplet: 09, 9D and AC. RGB value is (9,157,172). Sum of RGB (Red+Green+Blue) = 9+157+172=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #099DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099DAC is #F66253. Grayscale: #727272. Windows color (decimal): -16147028 or 11312393. OLE color: 11312393.

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

Color convert

RGB 9 157 172 -
CMYK 0.95 0.09 0 0.33
HSL 185.52º 0.9% 0.35% -
HSV(B) 185.52º 0.95% 0.67% -
XYZ 19.62 27.15 43.24 -
YUV 114.46 160.47 52.78 -
System Red Green Blue C M Y K H S L
Decimal 9 157 172 0.95 0.09 0 0.33 185.52 0.9 0.35
Hex 9 9D AC 5F 9 0 21 BA 5A 23
Octal 11 235 254 137 11 0 41 272 132 43
Binary 1001 10011101 10101100 1011111 1001 0 100001 10111010 1011010 100011

Color Harmonies of #099DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DAC

Black with #099DAC

Text Example


Text Example

White with #099DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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