#1496AC

Color #1496AC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1496AC

Tints of Pelorous #1496AC

Color information

#1496AC (or 0x1496AC) is unknown color: approx Pelorous. HEX triplet: 14, 96 and AC. RGB value is (20,150,172). Sum of RGB (Red+Green+Blue) = 20+150+172=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #1496AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1496AC is #EB6953. Grayscale: #717171. Windows color (decimal): -15427924 or 11310612. OLE color: 11310612.

HSL color Cylindrical-coordinate representation of color #1496AC: hue angle of 188.68º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1496AC is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB20150172-
CMYK0.880.1300.33
HSL188.68º79.17%37.65%-
HSV(B)188.68º88.37%67.45%-
XYZ18.6424.9442.86-
YUV113.64160.9361.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.85%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 172 (67.58% from 255) = 50.29%
R=5.85%
G=43.86%
B=50.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201501720.880.1300.33188.6879.1737.65
Hex1496AC58D021bd4f26
Octal242262541301504127511746
Binary101001001011010101100101100011010100001101111011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1496AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1496AC; }

 p { color: rgb(20,150,172); }

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

<style>
 a { background-color: #1496AC; }

 a { background-color: rgb(20,150,172); }

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

<style>
 span { border-color: #1496AC; }

 span { border-color: rgb(20,150,172); }

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