Html Css Color HEX #05A1AB Bondi Blue

📋 copy color: '#05A1AB'

red 5 ◦ green 161 ◦ blue 171

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

Shades of Bondi Blue #05A1AB

Tints of Bondi Blue #05A1AB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.77%

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

R = 1.48%
G = 47.77%
B = 50.74%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#05A1AB (or 0x05A1AB) is known color: Bondi Blue. HEX triplet: 05, A1 and AB. RGB value is (5,161,171). Sum of RGB (Red+Green+Blue) = 5+161+171=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #05A1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A1AB is #FA5E54. Grayscale: #737373. Windows color (decimal): -16408149 or 11247877. OLE color: 11247877.

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

Color convert

RGB 5 161 171 -
CMYK 0.97 0.06 0 0.33
HSL 183.61º 0.94% 0.35% -
HSV(B) 183.61º 0.97% 0.67% -
XYZ 20.16 28.46 42.96 -
YUV 115.5 159.32 49.19 -
System Red Green Blue C M Y K H S L
Decimal 5 161 171 0.97 0.06 0 0.33 183.61 0.94 0.35
Hex 5 A1 AB 61 6 0 21 B8 5E 23
Octal 5 241 253 141 6 0 41 270 136 43
Binary 101 10100001 10101011 1100001 110 0 100001 10111000 1011110 100011

Color Harmonies of #05A1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A1AB

Black with #05A1AB

Text Example


Text Example

White with #05A1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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