#07a2a8

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

Shades of Bondi Blue #07A2A8

Tints of Bondi Blue #07A2A8

Color information

#07A2A8 (or 0x07A2A8) is unknown color: approx Bondi Blue. HEX triplet: 07, A2 and A8. RGB value is (7,162,168). Sum of RGB (Red+Green+Blue) = 7+162+168=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 168 (66.02% from 255 or 49.85% from 337); Max value from RGB is 168 - color contains mainly: blue. Hex color #07A2A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A2A8 is #F85D57. Grayscale: #747474. Windows color (decimal): -16276824 or 11051527. OLE color: 11051527.

HSL color Cylindrical-coordinate representation of color #07A2A8: hue angle of 182.24º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A2A8 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7162168-
CMYK0.960.0400.34
HSL182.24º92%34.31%-
HSV(B)182.24º95.83%65.88%-
XYZ20.0828.7141.53-
YUV116.34157.1550.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.08%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 168 (66.02% from 255) = 49.85%
R=2.08%
G=48.07%
B=49.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71621680.960.0400.34182.249234.31
Hex7A2A8604022b65c22
Octal7242250140404226613442
Binary111101000101010100011000001000100010101101101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07a2a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,162,168); }

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

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

 a { background-color: rgb(7,162,168); }

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

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

 span { border-color: rgb(7,162,168); }

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