#1284C4

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

Shades of Bondi Blue #1284C4

Tints of Bondi Blue #1284C4

Color information

#1284C4 (or 0x1284C4) is unknown color: approx Bondi Blue. HEX triplet: 12, 84 and C4. RGB value is (18,132,196). Sum of RGB (Red+Green+Blue) = 18+132+196=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 196 (76.95% from 255 or 56.65% from 346); Max value from RGB is 196 - color contains mainly: blue. Hex color #1284C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284C4 is #ED7B3B. Grayscale: #686868. Windows color (decimal): -15563580 or 12878866. OLE color: 12878866.

HSL color Cylindrical-coordinate representation of color #1284C4: hue angle of 201.57º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1284C4 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18132196-
CMYK0.910.3300.23
HSL201.57º83.18%41.96%-
HSV(B)201.57º90.82%76.86%-
XYZ18.4620.6255.23-
YUV105.21179.2365.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.20%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 196 (76.95% from 255) = 56.65%
R=5.20%
G=38.15%
B=56.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181321960.910.3300.23201.5783.1841.96
Hex1284C45B21017ca532a
Octal222043041334102731212352
Binary1001010000100110001001011011100001010111110010101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1284C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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