Html Css Color HEX #05A0B9 Bondi Blue

📋 copy color: '#05A0B9'

red 5 ◦ green 160 ◦ blue 185

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

Shades of Bondi Blue #05A0B9

Tints of Bondi Blue #05A0B9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.71%

 BLUE value IS 185 (72.66% from 255) = 52.86%

R = 1.43%
G = 45.71%
B = 52.86%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#05A0B9 (or 0x05A0B9) is known color: Bondi Blue. HEX triplet: 05, A0 and B9. RGB value is (5,160,185). Sum of RGB (Red+Green+Blue) = 5+160+185=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #05A0B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A0B9 is #FA5F46. Grayscale: #747474. Windows color (decimal): -16408391 or 12165125. OLE color: 12165125.

HSL color Cylindrical-coordinate representation of color #05A0B9: hue angle of 188.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A0B9 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 160 185 -
CMYK 0.97 0.14 0 0.27
HSL 188.33º 0.95% 0.37% -
HSV(B) 188.33º 0.97% 0.73% -
XYZ 21.39 28.68 50.31 -
YUV 116.51 166.65 48.47 -
System Red Green Blue C M Y K H S L
Decimal 5 160 185 0.97 0.14 0 0.27 188.33 0.95 0.37
Hex 5 A0 B9 61 E 0 1B BC 5F 25
Octal 5 240 271 141 16 0 33 274 137 45
Binary 101 10100000 10111001 1100001 1110 0 11011 10111100 1011111 100101

Color Harmonies of #05A0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A0B9

Black with #05A0B9

Text Example


Text Example

White with #05A0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,160,185); }

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

background-color css

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

 a { background-color: rgb(5,160,185); }

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

border-color css

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

 span { border-color: rgb(5,160,185); }

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