Html Css Color HEX #1496BC Pelorous

📋 copy color: '#1496BC'

red 20 ◦ green 150 ◦ blue 188

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

Shades of Pelorous #1496BC

Tints of Pelorous #1496BC

RGB

 RED value IS 20 (8.2% from 255) = 5.59%

 GREEN value IS 150 (58.98% from 255) = 41.9%

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 5.59%
G = 41.9%
B = 52.51%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1496BC (or 0x1496BC) is known color: Pelorous. HEX triplet: 14, 96 and BC. RGB value is (20,150,188). Sum of RGB (Red+Green+Blue) = 20+150+188=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #1496BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496BC is #EB6943. Grayscale: #737373. Windows color (decimal): -15427908 or 12359188. OLE color: 12359188.

HSL color Cylindrical-coordinate representation of color #1496BC: hue angle of 193.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1496BC is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 150 188 -
CMYK 0.89 0.20 0 0.26
HSL 193.57º 0.81% 0.41% -
HSV(B) 193.57º 0.89% 0.74% -
XYZ 20.27 25.59 51.45 -
YUV 115.46 168.93 59.91 -
System Red Green Blue C M Y K H S L
Decimal 20 150 188 0.89 0.20 0 0.26 193.57 0.81 0.41
Hex 14 96 BC 59 14 0 1A C2 51 29
Octal 24 226 274 131 24 0 32 302 121 51
Binary 10100 10010110 10111100 1011001 10100 0 11010 11000010 1010001 101001

Color Harmonies of #1496BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496BC

Black with #1496BC

Text Example


Text Example

White with #1496BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1496BC;
 }
 .AnyTagClassName
 {
   color: #1496BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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