#1284BB

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

Shades of Bondi Blue #1284BB

Tints of Bondi Blue #1284BB

Color information

#1284BB (or 0x1284BB) is unknown color: approx Bondi Blue. HEX triplet: 12, 84 and BB. RGB value is (18,132,187). Sum of RGB (Red+Green+Blue) = 18+132+187=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #1284BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284BB is #ED7B44. Grayscale: #676767. Windows color (decimal): -15563589 or 12289042. OLE color: 12289042.

HSL color Cylindrical-coordinate representation of color #1284BB: hue angle of 199.53º 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 #1284BB is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18132187-
CMYK0.900.2900.27
HSL199.53º82.44%40.2%-
HSV(B)199.53º90.37%73.33%-
XYZ17.4720.2250-
YUV104.18174.7366.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 187 (73.44% from 255) = 55.49%
R=5.34%
G=39.17%
B=55.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181321870.900.2900.27199.5382.4440.2
Hex1284BB5A1D01Bc85228
Octal222042731323503331012250
Binary100101000010010111011101101011101011011110010001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1284BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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