Html Css Color HEX #099DAE Bondi Blue

📋 copy color: '#099DAE'

red 9 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #099DAE

Tints of Bondi Blue #099DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.18%

R = 2.65%
G = 46.18%
B = 51.18%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#099DAE (or 0x099DAE) is known color: Bondi Blue. HEX triplet: 09, 9D and AE. RGB value is (9,157,174). Sum of RGB (Red+Green+Blue) = 9+157+174=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #099DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099DAE is #F66251. Grayscale: #727272. Windows color (decimal): -16147026 or 11443465. OLE color: 11443465.

HSL color Cylindrical-coordinate representation of color #099DAE: hue angle of 186.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DAE is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 157 174 -
CMYK 0.95 0.10 0 0.32
HSL 186.18º 0.9% 0.36% -
HSV(B) 186.18º 0.95% 0.68% -
XYZ 19.81 27.23 44.26 -
YUV 114.69 161.47 52.62 -
System Red Green Blue C M Y K H S L
Decimal 9 157 174 0.95 0.10 0 0.32 186.18 0.9 0.36
Hex 9 9D AE 5F A 0 20 BA 5A 24
Octal 11 235 256 137 12 0 40 272 132 44
Binary 1001 10011101 10101110 1011111 1010 0 100000 10111010 1011010 100100

Color Harmonies of #099DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DAE

Black with #099DAE

Text Example


Text Example

White with #099DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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