#03A0B8

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

Shades of Bondi Blue #03A0B8

Tints of Bondi Blue #03A0B8

Color information

#03A0B8 (or 0x03A0B8) is unknown color: approx Bondi Blue. HEX triplet: 03, A0 and B8. RGB value is (3,160,184). Sum of RGB (Red+Green+Blue) = 3+160+184=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #03A0B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A0B8 is #FC5F47. Grayscale: #737373. Windows color (decimal): -16539464 or 12099587. OLE color: 12099587.

HSL color Cylindrical-coordinate representation of color #03A0B8: hue angle of 187.96º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A0B8 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3160184-
CMYK0.980.1300.28
HSL187.96º96.79%36.67%-
HSV(B)187.96º98.37%72.16%-
XYZ21.2628.6249.75-
YUV115.79166.4947.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 184 (72.27% from 255) = 53.03%
R=0.86%
G=46.11%
B=53.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31601840.980.1300.28187.9696.7936.67
Hex3A0B862D01Cbc6125
Octal32402701421503427414145
Binary11101000001011100011000101101011100101111001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A0B8; }

 p { color: rgb(3,160,184); }

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

<style>
 a { background-color: #03A0B8; }

 a { background-color: rgb(3,160,184); }

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

<style>
 span { border-color: #03A0B8; }

 span { border-color: rgb(3,160,184); }

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