#1089BE

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

Shades of Bondi Blue #1089BE

Tints of Bondi Blue #1089BE

Color information

#1089BE (or 0x1089BE) is unknown color: approx Bondi Blue. HEX triplet: 10, 89 and BE. RGB value is (16,137,190). Sum of RGB (Red+Green+Blue) = 16+137+190=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #1089BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1089BE is #EF7641. Grayscale: #6A6A6A. Windows color (decimal): -15693378 or 12486928. OLE color: 12486928.

HSL color Cylindrical-coordinate representation of color #1089BE: hue angle of 198.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1089BE is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16137190-
CMYK0.920.2800.25
HSL198.28º84.47%40.39%-
HSV(B)198.28º91.58%74.51%-
XYZ18.4521.7251.93-
YUV106.86174.9163.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.66%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=4.66%
G=39.94%
B=55.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161371900.920.2800.25198.2884.4740.39
Hex1089BE5C1C019c65428
Octal202112761343403130612450
Binary100001000100110111110101110011100011001110001101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1089BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1089BE; }

 p { color: rgb(16,137,190); }

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

<style>
 a { background-color: #1089BE; }

 a { background-color: rgb(16,137,190); }

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

<style>
 span { border-color: #1089BE; }

 span { border-color: rgb(16,137,190); }

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