Html Css Color HEX #05A5B5 Bondi Blue

📋 copy color: '#05A5B5'

red 5 ◦ green 165 ◦ blue 181

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

Shades of Bondi Blue #05A5B5

Tints of Bondi Blue #05A5B5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

 BLUE value IS 181 (71.09% from 255) = 51.57%

R = 1.42%
G = 47.01%
B = 51.57%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#05A5B5 (or 0x05A5B5) is known color: Bondi Blue. HEX triplet: 05, A5 and B5. RGB value is (5,165,181). Sum of RGB (Red+Green+Blue) = 5+165+181=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #05A5B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A5B5 is #FA5A4A. Grayscale: #767676. Windows color (decimal): -16407115 or 11904261. OLE color: 11904261.

HSL color Cylindrical-coordinate representation of color #05A5B5: hue angle of 185.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A5B5 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 165 181 -
CMYK 0.97 0.09 0 0.29
HSL 185.45º 0.95% 0.36% -
HSV(B) 185.45º 0.97% 0.71% -
XYZ 21.86 30.28 48.41 -
YUV 118.98 162.99 46.7 -
System Red Green Blue C M Y K H S L
Decimal 5 165 181 0.97 0.09 0 0.29 185.45 0.95 0.36
Hex 5 A5 B5 61 9 0 1D B9 5F 24
Octal 5 245 265 141 11 0 35 271 137 44
Binary 101 10100101 10110101 1100001 1001 0 11101 10111001 1011111 100100

Color Harmonies of #05A5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A5B5

Black with #05A5B5

Text Example


Text Example

White with #05A5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,165,181); }

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

background-color css

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

 a { background-color: rgb(5,165,181); }

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

border-color css

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

 span { border-color: rgb(5,165,181); }

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