#07A3B0

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

Shades of Bondi Blue #07A3B0

Tints of Bondi Blue #07A3B0

Color information

#07A3B0 (or 0x07A3B0) is unknown color: approx Bondi Blue. HEX triplet: 07, A3 and B0. RGB value is (7,163,176). Sum of RGB (Red+Green+Blue) = 7+163+176=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 176 (69.14% from 255 or 50.87% from 346); Max value from RGB is 176 - color contains mainly: blue. Hex color #07A3B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A3B0 is #F85C4F. Grayscale: #757575. Windows color (decimal): -16276560 or 11576071. OLE color: 11576071.

HSL color Cylindrical-coordinate representation of color #07A3B0: hue angle of 184.62º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A3B0 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7163176-
CMYK0.960.0700.31
HSL184.62º92.35%35.88%-
HSV(B)184.62º96.02%69.02%-
XYZ21.0229.3745.64-
YUV117.84160.8248.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.02%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 176 (69.14% from 255) = 50.87%
R=2.02%
G=47.11%
B=50.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71631760.960.0700.31184.6292.3535.88
Hex7A3B060701Fb95c24
Octal7243260140703727113444
Binary11110100011101100001100000111011111101110011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A3B0; }

 p { color: rgb(7,163,176); }

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

<style>
 a { background-color: #07A3B0; }

 a { background-color: rgb(7,163,176); }

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

<style>
 span { border-color: #07A3B0; }

 span { border-color: rgb(7,163,176); }

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