#1284BE

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

Shades of Bondi Blue #1284BE

Tints of Bondi Blue #1284BE

Color information

#1284BE (or 0x1284BE) is unknown color: approx Bondi Blue. HEX triplet: 12, 84 and BE. RGB value is (18,132,190). Sum of RGB (Red+Green+Blue) = 18+132+190=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #1284BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284BE is #ED7B41. Grayscale: #686868. Windows color (decimal): -15563586 or 12485650. OLE color: 12485650.

HSL color Cylindrical-coordinate representation of color #1284BE: hue angle of 200.23º 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 #1284BE is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18132190-
CMYK0.910.3100.25
HSL200.23º82.69%40.78%-
HSV(B)200.23º90.53%74.51%-
XYZ17.7920.3551.71-
YUV104.53176.2366.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.29%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 190 (74.61% from 255) = 55.88%
R=5.29%
G=38.82%
B=55.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181321900.910.3100.25200.2382.6940.78
Hex1284BE5B1F019c85329
Octal222042761333703131012351
Binary100101000010010111110101101111111011001110010001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1284BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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