Html Css Color HEX #01A3AD Bondi Blue

📋 copy color: '#01A3AD'

red 1 ◦ green 163 ◦ blue 173

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

Shades of Bondi Blue #01A3AD

Tints of Bondi Blue #01A3AD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.37%

 BLUE value IS 173 (67.97% from 255) = 51.34%

R = 0.3%
G = 48.37%
B = 51.34%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#01A3AD (or 0x01A3AD) is known color: Bondi Blue. HEX triplet: 01, A3 and AD. RGB value is (1,163,173). Sum of RGB (Red+Green+Blue) = 1+163+173=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #01A3AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A3AD is #FE5C52. Grayscale: #737373. Windows color (decimal): -16669779 or 11379457. OLE color: 11379457.

HSL color Cylindrical-coordinate representation of color #01A3AD: hue angle of 183.49º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A3AD is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 163 173 -
CMYK 0.99 0.06 0 0.32
HSL 183.49º 0.99% 0.34% -
HSV(B) 183.49º 0.99% 0.68% -
XYZ 20.65 29.22 44.09 -
YUV 115.7 160.33 46.19 -
System Red Green Blue C M Y K H S L
Decimal 1 163 173 0.99 0.06 0 0.32 183.49 0.99 0.34
Hex 1 A3 AD 63 6 0 20 B7 63 22
Octal 1 243 255 143 6 0 40 267 143 42
Binary 1 10100011 10101101 1100011 110 0 100000 10110111 1100011 100010

Color Harmonies of #01A3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A3AD

Black with #01A3AD

Text Example


Text Example

White with #01A3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,163,173); }

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

background-color css

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

 a { background-color: rgb(1,163,173); }

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

border-color css

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

 span { border-color: rgb(1,163,173); }

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