#1084BA

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

Shades of Bondi Blue #1084BA

Tints of Bondi Blue #1084BA

Color information

#1084BA (or 0x1084BA) is unknown color: approx Bondi Blue. HEX triplet: 10, 84 and BA. RGB value is (16,132,186). Sum of RGB (Red+Green+Blue) = 16+132+186=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #1084BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1084BA is #EF7B45. Grayscale: #676767. Windows color (decimal): -15694662 or 12223504. OLE color: 12223504.

HSL color Cylindrical-coordinate representation of color #1084BA: hue angle of 199.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1084BA is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16132186-
CMYK0.910.2900.27
HSL199.06º84.16%39.61%-
HSV(B)199.06º91.4%72.94%-
XYZ17.3320.1649.43-
YUV103.47174.5765.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.79%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 186 (73.05% from 255) = 55.69%
R=4.79%
G=39.52%
B=55.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161321860.910.2900.27199.0684.1639.61
Hex1084BA5B1D01Bc75428
Octal202042721333503330712450
Binary100001000010010111010101101111101011011110001111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1084BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,132,186); }

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

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

 a { background-color: rgb(16,132,186); }

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

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

 span { border-color: rgb(16,132,186); }

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