Html Css Color HEX #05A6AA Bondi Blue

📋 copy color: '#05A6AA'

red 5 ◦ green 166 ◦ blue 170

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

Shades of Bondi Blue #05A6AA

Tints of Bondi Blue #05A6AA

RGB

 RED value IS 5 (2.34% from 255) = 1.47%

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

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

R = 1.47%
G = 48.68%
B = 49.85%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#05A6AA (or 0x05A6AA) is known color: Bondi Blue. HEX triplet: 05, A6 and AA. RGB value is (5,166,170). Sum of RGB (Red+Green+Blue) = 5+166+170=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #05A6AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A6AA is #FA5955. Grayscale: #767676. Windows color (decimal): -16406870 or 11183621. OLE color: 11183621.

HSL color Cylindrical-coordinate representation of color #05A6AA: hue angle of 181.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A6AA is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 166 170 -
CMYK 0.97 0.02 0 0.33
HSL 181.45º 0.94% 0.34% -
HSV(B) 181.45º 0.97% 0.67% -
XYZ 20.95 30.21 42.76 -
YUV 118.32 157.16 47.17 -
System Red Green Blue C M Y K H S L
Decimal 5 166 170 0.97 0.02 0 0.33 181.45 0.94 0.34
Hex 5 A6 AA 61 2 0 21 B5 5E 22
Octal 5 246 252 141 2 0 41 265 136 42
Binary 101 10100110 10101010 1100001 10 0 100001 10110101 1011110 100010

Color Harmonies of #05A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A6AA

Black with #05A6AA

Text Example


Text Example

White with #05A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A6AA; }

 p { color: rgb(5,166,170); }

 H1.HeaderClassName
 {
   color: #05A6AA;
 }
 .AnyTagClassName
 {
   color: #05A6AA;
 }
</style>

background-color css

<style>
 a { background-color: #05A6AA; }

 a { background-color: rgb(5,166,170); }

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

border-color css

<style>
 span { border-color: #05A6AA; }

 span { border-color: rgb(5,166,170); }

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