Html Css Color HEX #05A8AC Bondi Blue

📋 copy color: '#05A8AC'

red 5 ◦ green 168 ◦ blue 172

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

Shades of Bondi Blue #05A8AC

Tints of Bondi Blue #05A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.7%

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

R = 1.45%
G = 48.7%
B = 49.86%

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

#05A8AC (or 0x05A8AC) is known color: Bondi Blue. HEX triplet: 05, A8 and AC. RGB value is (5,168,172). Sum of RGB (Red+Green+Blue) = 5+168+172=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #05A8AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A8AC is #FA5753. Grayscale: #777777. Windows color (decimal): -16406356 or 11315205. OLE color: 11315205.

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

Color convert

RGB 5 168 172 -
CMYK 0.97 0.02 0 0.33
HSL 181.44º 0.94% 0.35% -
HSV(B) 181.44º 0.97% 0.67% -
XYZ 21.51 31.02 43.88 -
YUV 119.72 157.5 46.17 -
System Red Green Blue C M Y K H S L
Decimal 5 168 172 0.97 0.02 0 0.33 181.44 0.94 0.35
Hex 5 A8 AC 61 2 0 21 B5 5E 23
Octal 5 250 254 141 2 0 41 265 136 43
Binary 101 10101000 10101100 1100001 10 0 100001 10110101 1011110 100011

Color Harmonies of #05A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A8AC

Black with #05A8AC

Text Example


Text Example

White with #05A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,168,172); }

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

background-color css

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

 a { background-color: rgb(5,168,172); }

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

border-color css

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

 span { border-color: rgb(5,168,172); }

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