#01A4B7

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

Shades of Bondi Blue #01A4B7

Tints of Bondi Blue #01A4B7

Color information

#01A4B7 (or 0x01A4B7) is unknown color: approx Bondi Blue. HEX triplet: 01, A4 and B7. RGB value is (1,164,183). Sum of RGB (Red+Green+Blue) = 1+164+183=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #01A4B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A4B7 is #FE5B48. Grayscale: #757575. Windows color (decimal): -16669513 or 12035073. OLE color: 12035073.

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

Color convert

RGB1164183-
CMYK0.990.1000.28
HSL186.26º98.91%36.08%-
HSV(B)186.26º99.45%71.76%-
XYZ21.8429.9849.43-
YUV117.4316544.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 164 (64.45% from 255) = 47.13%
BLUE value IS 183 (71.88% from 255) = 52.59%
R=0.29%
G=47.13%
B=52.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11641830.990.1000.28186.2698.9136.08
Hex1A4B763A01Cba6324
Octal12442671431203427214344
Binary1101001001011011111000111010011100101110101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,164,183); }

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

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

 a { background-color: rgb(1,164,183); }

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

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

 span { border-color: rgb(1,164,183); }

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