Html Css Color HEX #01A0B5 Bondi Blue

📋 copy color: '#01A0B5'

red 1 ◦ green 160 ◦ blue 181

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

Shades of Bondi Blue #01A0B5

Tints of Bondi Blue #01A0B5

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

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

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

R = 0.29%
G = 46.78%
B = 52.92%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#01A0B5 (or 0x01A0B5) is known color: Bondi Blue. HEX triplet: 01, A0 and B5. RGB value is (1,160,181). Sum of RGB (Red+Green+Blue) = 1+160+181=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #01A0B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A0B5 is #FE5F4A. Grayscale: #727272. Windows color (decimal): -16670539 or 11902977. OLE color: 11902977.

HSL color Cylindrical-coordinate representation of color #01A0B5: hue angle of 187º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A0B5 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 160 181 -
CMYK 0.99 0.12 0 0.29
HSL 187º 0.99% 0.36% -
HSV(B) 187º 0.99% 0.71% -
XYZ 20.92 28.48 48.11 -
YUV 114.85 165.32 46.79 -
System Red Green Blue C M Y K H S L
Decimal 1 160 181 0.99 0.12 0 0.29 187 0.99 0.36
Hex 1 A0 B5 63 C 0 1D BB 63 24
Octal 1 240 265 143 14 0 35 273 143 44
Binary 1 10100000 10110101 1100011 1100 0 11101 10111011 1100011 100100

Color Harmonies of #01A0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A0B5

Black with #01A0B5

Text Example


Text Example

White with #01A0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01A0B5; }

 p { color: rgb(1,160,181); }

 H1.HeaderClassName
 {
   color: #01A0B5;
 }
 .AnyTagClassName
 {
   color: #01A0B5;
 }
</style>

background-color css

<style>
 a { background-color: #01A0B5; }

 a { background-color: rgb(1,160,181); }

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

border-color css

<style>
 span { border-color: #01A0B5; }

 span { border-color: rgb(1,160,181); }

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