#07A2B8

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

Shades of Bondi Blue #07A2B8

Tints of Bondi Blue #07A2B8

Color information

#07A2B8 (or 0x07A2B8) is unknown color: approx Bondi Blue. HEX triplet: 07, A2 and B8. RGB value is (7,162,184). Sum of RGB (Red+Green+Blue) = 7+162+184=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #07A2B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A2B8 is #F85D47. Grayscale: #757575. Windows color (decimal): -16276808 or 12100103. OLE color: 12100103.

HSL color Cylindrical-coordinate representation of color #07A2B8: hue angle of 187.46º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A2B8 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7162184-
CMYK0.960.1200.28
HSL187.46º92.67%37.45%-
HSV(B)187.46º96.2%72.16%-
XYZ21.6629.3549.87-
YUV118.16165.1548.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.98%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 184 (72.27% from 255) = 52.12%
R=1.98%
G=45.89%
B=52.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal71621840.960.1200.28187.4692.6737.45
Hex7A2B860C01Cbb5d25
Octal72422701401403427313545
Binary111101000101011100011000001100011100101110111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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