Html Css Color HEX #0AA6AE Bondi Blue

📋 copy color: '#0AA6AE'

red 10 ◦ green 166 ◦ blue 174

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

Shades of Bondi Blue #0AA6AE

Tints of Bondi Blue #0AA6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.43%

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

R = 2.86%
G = 47.43%
B = 49.71%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0AA6AE (or 0x0AA6AE) is known color: Bondi Blue. HEX triplet: 0A, A6 and AE. RGB value is (10,166,174). Sum of RGB (Red+Green+Blue) = 10+166+174=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #0AA6AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA6AE is #F55951. Grayscale: #787878. Windows color (decimal): -16079186 or 11445770. OLE color: 11445770.

HSL color Cylindrical-coordinate representation of color #0AA6AE: hue angle of 182.93º 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 #0AA6AE is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 166 174 -
CMYK 0.94 0.05 0 0.32
HSL 182.93º 0.89% 0.36% -
HSV(B) 182.93º 0.94% 0.68% -
XYZ 21.4 30.39 44.78 -
YUV 120.27 158.32 49.35 -
System Red Green Blue C M Y K H S L
Decimal 10 166 174 0.94 0.05 0 0.32 182.93 0.89 0.36
Hex A A6 AE 5E 5 0 20 B7 59 24
Octal 12 246 256 136 5 0 40 267 131 44
Binary 1010 10100110 10101110 1011110 101 0 100000 10110111 1011001 100100

Color Harmonies of #0AA6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA6AE

Black with #0AA6AE

Text Example


Text Example

White with #0AA6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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