Html Css Color HEX #05A4AB Bondi Blue

📋 copy color: '#05A4AB'

red 5 ◦ green 164 ◦ blue 171

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

Shades of Bondi Blue #05A4AB

Tints of Bondi Blue #05A4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 1.47%
G = 48.24%
B = 50.29%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#05A4AB (or 0x05A4AB) is known color: Bondi Blue. HEX triplet: 05, A4 and AB. RGB value is (5,164,171). Sum of RGB (Red+Green+Blue) = 5+164+171=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #05A4AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A4AB is #FA5B54. Grayscale: #757575. Windows color (decimal): -16407381 or 11248645. OLE color: 11248645.

HSL color Cylindrical-coordinate representation of color #05A4AB: hue angle of 182.53º 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 #05A4AB is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 164 171 -
CMYK 0.97 0.04 0 0.33
HSL 182.53º 0.94% 0.35% -
HSV(B) 182.53º 0.97% 0.67% -
XYZ 20.69 29.52 43.14 -
YUV 117.26 158.32 47.93 -
System Red Green Blue C M Y K H S L
Decimal 5 164 171 0.97 0.04 0 0.33 182.53 0.94 0.35
Hex 5 A4 AB 61 4 0 21 B7 5E 23
Octal 5 244 253 141 4 0 41 267 136 43
Binary 101 10100100 10101011 1100001 100 0 100001 10110111 1011110 100011

Color Harmonies of #05A4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A4AB

Black with #05A4AB

Text Example


Text Example

White with #05A4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,164,171); }

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

background-color css

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

 a { background-color: rgb(5,164,171); }

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

border-color css

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

 span { border-color: rgb(5,164,171); }

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