#1286BB

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

Shades of Bondi Blue #1286BB

Tints of Bondi Blue #1286BB

Color information

#1286BB (or 0x1286BB) is unknown color: approx Bondi Blue. HEX triplet: 12, 86 and BB. RGB value is (18,134,187). Sum of RGB (Red+Green+Blue) = 18+134+187=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #1286BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1286BB is #ED7944. Grayscale: #696969. Windows color (decimal): -15563077 or 12289554. OLE color: 12289554.

HSL color Cylindrical-coordinate representation of color #1286BB: hue angle of 198.82º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1286BB is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18134187-
CMYK0.900.2800.27
HSL198.82º82.44%40.2%-
HSV(B)198.82º90.37%73.33%-
XYZ17.7420.7750.09-
YUV105.36174.0765.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.31%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 187 (73.44% from 255) = 55.16%
R=5.31%
G=39.53%
B=55.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181341870.900.2800.27198.8282.4440.2
Hex1286BB5A1C01Bc75228
Octal222062731323403330712250
Binary100101000011010111011101101011100011011110001111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1286BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1286BB; }

 p { color: rgb(18,134,187); }

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

<style>
 a { background-color: #1286BB; }

 a { background-color: rgb(18,134,187); }

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

<style>
 span { border-color: #1286BB; }

 span { border-color: rgb(18,134,187); }

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