#01A3B3

Color #01A3B3 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #01A3B3

Tints of Bondi Blue #01A3B3

Color information

#01A3B3 (or 0x01A3B3) is unknown color: approx Bondi Blue. HEX triplet: 01, A3 and B3. RGB value is (1,163,179). Sum of RGB (Red+Green+Blue) = 1+163+179=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #01A3B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A3B3 is #FE5C4C. Grayscale: #747474. Windows color (decimal): -16669773 or 11772673. OLE color: 11772673.

HSL color Cylindrical-coordinate representation of color #01A3B3: hue angle of 185.39º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A3B3 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1163179-
CMYK0.990.0900.30
HSL185.39º98.89%35.29%-
HSV(B)185.39º99.44%70.2%-
XYZ21.2529.4647.21-
YUV116.39163.3345.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 163 (64.06% from 255) = 47.52%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=0.29%
G=47.52%
B=52.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11631790.990.0900.30185.3998.8935.29
Hex1A3B363901Eb96323
Octal12432631431103627114343
Binary1101000111011001111000111001011110101110011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01A3B3;
 }
 .AnyTagClassName
 {
   color: #01A3B3;
 }
</style>
background-color css

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

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

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

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

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

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