#1287BE

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

Shades of Bondi Blue #1287BE

Tints of Bondi Blue #1287BE

Color information

#1287BE (or 0x1287BE) is unknown color: approx Bondi Blue. HEX triplet: 12, 87 and BE. RGB value is (18,135,190). Sum of RGB (Red+Green+Blue) = 18+135+190=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 135 (53.12% from 255 or 39.36% 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 #1287BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287BE is #ED7841. Grayscale: #696969. Windows color (decimal): -15562818 or 12486418. OLE color: 12486418.

HSL color Cylindrical-coordinate representation of color #1287BE: hue angle of 199.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1287BE is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18135190-
CMYK0.910.2900.25
HSL199.19º82.69%40.78%-
HSV(B)199.19º90.53%74.51%-
XYZ18.2121.1751.84-
YUV106.29175.2465.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.25%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=5.25%
G=39.36%
B=55.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181351900.910.2900.25199.1982.6940.78
Hex1287BE5B1D019c75329
Octal222072761333503130712351
Binary100101000011110111110101101111101011001110001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1287BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,135,190); }

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

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

 a { background-color: rgb(18,135,190); }

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

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

 span { border-color: rgb(18,135,190); }

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