#1486AE

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

Shades of Cerulean #1486AE

Tints of Cerulean #1486AE

Color information

#1486AE (or 0x1486AE) is unknown color: approx Cerulean. HEX triplet: 14, 86 and AE. RGB value is (20,134,174). Sum of RGB (Red+Green+Blue) = 20+134+174=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #1486AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1486AE is #EB7951. Grayscale: #686868. Windows color (decimal): -15432018 or 11437588. OLE color: 11437588.

HSL color Cylindrical-coordinate representation of color #1486AE: hue angle of 195.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1486AE is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB20134174-
CMYK0.890.2300.32
HSL195.58º79.38%38.04%-
HSV(B)195.58º88.51%68.24%-
XYZ16.4520.2543.09-
YUV104.47167.2367.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.10%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=6.10%
G=40.85%
B=53.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201341740.890.2300.32195.5879.3838.04
Hex1486AE5917020c44f26
Octal242062561312704030411746
Binary1010010000110101011101011001101110100000110001001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1486AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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