#07A1B8

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

Shades of Bondi Blue #07A1B8

Tints of Bondi Blue #07A1B8

Color information

#07A1B8 (or 0x07A1B8) is unknown color: approx Bondi Blue. HEX triplet: 07, A1 and B8. RGB value is (7,161,184). Sum of RGB (Red+Green+Blue) = 7+161+184=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 184 (72.27% from 255 or 52.27% from 352); Max value from RGB is 184 - color contains mainly: blue. Hex color #07A1B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A1B8 is #F85E47. Grayscale: #757575. Windows color (decimal): -16277064 or 12099847. OLE color: 12099847.

HSL color Cylindrical-coordinate representation of color #07A1B8: hue angle of 187.8º 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 #07A1B8 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7161184-
CMYK0.960.1200.28
HSL187.8º92.67%37.45%-
HSV(B)187.8º96.2%72.16%-
XYZ21.482949.81-
YUV117.58165.4849.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.99%
GREEN value IS 161 (63.28% from 255) = 45.74%
BLUE value IS 184 (72.27% from 255) = 52.27%
R=1.99%
G=45.74%
B=52.27%

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
Decimal71611840.960.1200.28187.892.6737.45
Hex7A1B860C01Cbc5d25
Octal72412701401403427413545
Binary111101000011011100011000001100011100101111001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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