#0399BA

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

Shades of Bondi Blue #0399BA

Tints of Bondi Blue #0399BA

Color information

#0399BA (or 0x0399BA) is unknown color: approx Bondi Blue. HEX triplet: 03, 99 and BA. RGB value is (3,153,186). Sum of RGB (Red+Green+Blue) = 3+153+186=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #0399BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0399BA is #FC6645. Grayscale: #6F6F6F. Windows color (decimal): -16541254 or 12228867. OLE color: 12228867.

HSL color Cylindrical-coordinate representation of color #0399BA: hue angle of 190.82º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0399BA is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3153186-
CMYK0.980.1800.27
HSL190.82º96.83%37.06%-
HSV(B)190.82º98.39%72.94%-
XYZ20.2926.3550.47-
YUV111.91169.850.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=0.88%
G=44.74%
B=54.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31531860.980.1800.27190.8296.8337.06
Hex399BA621201Bbf6125
Octal32312721422203327714145
Binary111001100110111010110001010010011011101111111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0399BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0399BA; }

 p { color: rgb(3,153,186); }

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

<style>
 a { background-color: #0399BA; }

 a { background-color: rgb(3,153,186); }

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

<style>
 span { border-color: #0399BA; }

 span { border-color: rgb(3,153,186); }

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