#039CBB

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

Shades of Bondi Blue #039CBB

Tints of Bondi Blue #039CBB

Color information

#039CBB (or 0x039CBB) is unknown color: approx Bondi Blue. HEX triplet: 03, 9C and BB. RGB value is (3,156,187). Sum of RGB (Red+Green+Blue) = 3+156+187=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #039CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CBB is #FC6344. Grayscale: #717171. Windows color (decimal): -16540485 or 12295171. OLE color: 12295171.

HSL color Cylindrical-coordinate representation of color #039CBB: hue angle of 190.11º 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 #039CBB is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3156187-
CMYK0.980.1700.27
HSL190.11º96.84%37.25%-
HSV(B)190.11º98.4%73.33%-
XYZ20.927.3851.2-
YUV113.79169.3148.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 187 (73.44% from 255) = 54.05%
R=0.87%
G=45.09%
B=54.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31561870.980.1700.27190.1196.8437.25
Hex39CBB621101Bbe6125
Octal32342731422103327614145
Binary111001110010111011110001010001011011101111101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039CBB; }

 p { color: rgb(3,156,187); }

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

<style>
 a { background-color: #039CBB; }

 a { background-color: rgb(3,156,187); }

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

<style>
 span { border-color: #039CBB; }

 span { border-color: rgb(3,156,187); }

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