#1486C1

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

Shades of Bondi Blue #1486C1

Tints of Bondi Blue #1486C1

Color information

#1486C1 (or 0x1486C1) is unknown color: approx Bondi Blue. HEX triplet: 14, 86 and C1. RGB value is (20,134,193). Sum of RGB (Red+Green+Blue) = 20+134+193=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 193 (75.78% from 255 or 55.62% from 347); Max value from RGB is 193 - color contains mainly: blue. Hex color #1486C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1486C1 is #EB793E. Grayscale: #6A6A6A. Windows color (decimal): -15431999 or 12682772. OLE color: 12682772.

HSL color Cylindrical-coordinate representation of color #1486C1: hue angle of 200.46º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1486C1 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB20134193-
CMYK0.900.3100.24
HSL200.46º81.22%41.76%-
HSV(B)200.46º89.64%75.69%-
XYZ18.4421.0553.54-
YUV106.64176.7366.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.76%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 193 (75.78% from 255) = 55.62%
R=5.76%
G=38.62%
B=55.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal201341930.900.3100.24200.4681.2241.76
Hex1486C15A1F018c8512a
Octal242063011323703031012152
Binary101001000011011000001101101011111011000110010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1486C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1486C1; }

 p { color: rgb(20,134,193); }

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

<style>
 a { background-color: #1486C1; }

 a { background-color: rgb(20,134,193); }

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

<style>
 span { border-color: #1486C1; }

 span { border-color: rgb(20,134,193); }

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