Html Css Color HEX #0AA4AE Bondi Blue

📋 copy color: '#0AA4AE'

red 10 ◦ green 164 ◦ blue 174

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

Shades of Bondi Blue #0AA4AE

Tints of Bondi Blue #0AA4AE

RGB

 RED value IS 10 (4.3% from 255) = 2.87%

 GREEN value IS 164 (64.45% from 255) = 47.13%

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

R = 2.87%
G = 47.13%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0AA4AE (or 0x0AA4AE) is known color: Bondi Blue. HEX triplet: 0A, A4 and AE. RGB value is (10,164,174). Sum of RGB (Red+Green+Blue) = 10+164+174=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #0AA4AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA4AE is #F55B51. Grayscale: #767676. Windows color (decimal): -16079698 or 11445258. OLE color: 11445258.

HSL color Cylindrical-coordinate representation of color #0AA4AE: hue angle of 183.66º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA4AE is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 164 174 -
CMYK 0.94 0.06 0 0.32
HSL 183.66º 0.89% 0.36% -
HSV(B) 183.66º 0.94% 0.68% -
XYZ 21.04 29.67 44.66 -
YUV 119.09 158.98 50.19 -
System Red Green Blue C M Y K H S L
Decimal 10 164 174 0.94 0.06 0 0.32 183.66 0.89 0.36
Hex A A4 AE 5E 6 0 20 B8 59 24
Octal 12 244 256 136 6 0 40 270 131 44
Binary 1010 10100100 10101110 1011110 110 0 100000 10111000 1011001 100100

Color Harmonies of #0AA4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA4AE

Black with #0AA4AE

Text Example


Text Example

White with #0AA4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AA4AE; }

 p { color: rgb(10,164,174); }

 H1.HeaderClassName
 {
   color: #0AA4AE;
 }
 .AnyTagClassName
 {
   color: #0AA4AE;
 }
</style>

background-color css

<style>
 a { background-color: #0AA4AE; }

 a { background-color: rgb(10,164,174); }

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

border-color css

<style>
 span { border-color: #0AA4AE; }

 span { border-color: rgb(10,164,174); }

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