Html Css Color HEX #1497BB Pelorous

📋 copy color: '#1497BB'

red 20 ◦ green 151 ◦ blue 187

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

Shades of Pelorous #1497BB

Tints of Pelorous #1497BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.23%

R = 5.59%
G = 42.18%
B = 52.23%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1497BB (or 0x1497BB) is known color: Pelorous. HEX triplet: 14, 97 and BB. RGB value is (20,151,187). Sum of RGB (Red+Green+Blue) = 20+151+187=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #1497BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497BB is #EB6844. Grayscale: #737373. Windows color (decimal): -15427653 or 12293908. OLE color: 12293908.

HSL color Cylindrical-coordinate representation of color #1497BB: hue angle of 192.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1497BB is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 151 187 -
CMYK 0.89 0.19 0 0.27
HSL 192.93º 0.81% 0.41% -
HSV(B) 192.93º 0.89% 0.73% -
XYZ 20.32 25.87 50.94 -
YUV 115.94 168.1 59.57 -
System Red Green Blue C M Y K H S L
Decimal 20 151 187 0.89 0.19 0 0.27 192.93 0.81 0.41
Hex 14 97 BB 59 13 0 1B C1 51 29
Octal 24 227 273 131 23 0 33 301 121 51
Binary 10100 10010111 10111011 1011001 10011 0 11011 11000001 1010001 101001

Color Harmonies of #1497BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1497BB

Black with #1497BB

Text Example


Text Example

White with #1497BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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