Html Css Color HEX #1496AC Pelorous

📋 copy color: '#1496AC'

red 20 ◦ green 150 ◦ blue 172

#1496AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #1496AC

Tints of Pelorous #1496AC

RGB

 RED value IS 20 (8.2% 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 value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1496AC (or 0x1496AC) is known color: 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

RGB 20 150 172 -
CMYK 0.88 0.13 0 0.33
HSL 188.68º 0.79% 0.38% -
HSV(B) 188.68º 0.88% 0.67% -
XYZ 18.64 24.94 42.86 -
YUV 113.64 160.93 61.21 -
System Red Green Blue C M Y K H S L
Decimal 20 150 172 0.88 0.13 0 0.33 188.68 0.79 0.38
Hex 14 96 AC 58 D 0 21 BD 4F 26
Octal 24 226 254 130 15 0 41 275 117 46
Binary 10100 10010110 10101100 1011000 1101 0 100001 10111101 1001111 100110

Color Harmonies of #1496AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496AC

Black with #1496AC

Text Example


Text Example

White with #1496AC

Text Example


Text Example

HTML Codes & Css Web 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>