#1088B9

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

Shades of Bondi Blue #1088B9

Tints of Bondi Blue #1088B9

Color information

#1088B9 (or 0x1088B9) is unknown color: approx Bondi Blue. HEX triplet: 10, 88 and B9. RGB value is (16,136,185). Sum of RGB (Red+Green+Blue) = 16+136+185=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #1088B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1088B9 is #EF7746. Grayscale: #696969. Windows color (decimal): -15693639 or 12158992. OLE color: 12158992.

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

Color convert

RGB16136185-
CMYK0.910.2600.27
HSL197.4º84.08%39.41%-
HSV(B)197.4º91.35%72.55%-
XYZ17.7721.2249.06-
YUV105.71172.7464.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.75%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 185 (72.66% from 255) = 54.90%
R=4.75%
G=40.36%
B=54.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161361850.910.2600.27197.484.0839.41
Hex1088B95B1A01Bc55427
Octal202102711333203330512447
Binary100001000100010111001101101111010011011110001011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1088B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1088B9; }

 p { color: rgb(16,136,185); }

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

<style>
 a { background-color: #1088B9; }

 a { background-color: rgb(16,136,185); }

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

<style>
 span { border-color: #1088B9; }

 span { border-color: rgb(16,136,185); }

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