Html Css Color HEX #1497BC Pelorous

📋 copy color: '#1497BC'

red 20 ◦ green 151 ◦ blue 188

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

Shades of Pelorous #1497BC

Tints of Pelorous #1497BC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.06%

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

R = 5.57%
G = 42.06%
B = 52.37%

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

#1497BC (or 0x1497BC) is known color: Pelorous. HEX triplet: 14, 97 and BC. RGB value is (20,151,188). Sum of RGB (Red+Green+Blue) = 20+151+188=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #1497BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497BC is #EB6843. Grayscale: #737373. Windows color (decimal): -15427652 or 12359444. OLE color: 12359444.

HSL color Cylindrical-coordinate representation of color #1497BC: hue angle of 193.21º 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 #1497BC is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 151 188 -
CMYK 0.89 0.20 0 0.26
HSL 193.21º 0.81% 0.41% -
HSV(B) 193.21º 0.89% 0.74% -
XYZ 20.43 25.91 51.5 -
YUV 116.05 168.6 59.49 -
System Red Green Blue C M Y K H S L
Decimal 20 151 188 0.89 0.20 0 0.26 193.21 0.81 0.41
Hex 14 97 BC 59 14 0 1A C1 51 29
Octal 24 227 274 131 24 0 32 301 121 51
Binary 10100 10010111 10111100 1011001 10100 0 11010 11000001 1010001 101001

Color Harmonies of #1497BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1497BC

Black with #1497BC

Text Example


Text Example

White with #1497BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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