Html Css Color HEX #1494AD Pelorous

📋 copy color: '#1494AD'

red 20 ◦ green 148 ◦ blue 173

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

Shades of Pelorous #1494AD

Tints of Pelorous #1494AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.4%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 5.87%
G = 43.4%
B = 50.73%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1494AD (or 0x1494AD) is known color: Pelorous. HEX triplet: 14, 94 and AD. RGB value is (20,148,173). Sum of RGB (Red+Green+Blue) = 20+148+173=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #1494AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1494AD is #EB6B52. Grayscale: #707070. Windows color (decimal): -15428435 or 11375636. OLE color: 11375636.

HSL color Cylindrical-coordinate representation of color #1494AD: hue angle of 189.8º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1494AD is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 148 173 -
CMYK 0.88 0.14 0 0.32
HSL 189.8º 0.79% 0.38% -
HSV(B) 189.8º 0.88% 0.68% -
XYZ 18.42 24.35 43.26 -
YUV 112.58 162.09 61.97 -
System Red Green Blue C M Y K H S L
Decimal 20 148 173 0.88 0.14 0 0.32 189.8 0.79 0.38
Hex 14 94 AD 58 E 0 20 BE 4F 26
Octal 24 224 255 130 16 0 40 276 117 46
Binary 10100 10010100 10101101 1011000 1110 0 100000 10111110 1001111 100110

Color Harmonies of #1494AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1494AD

Black with #1494AD

Text Example


Text Example

White with #1494AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1494AD; }

 p { color: rgb(20,148,173); }

 H1.HeaderClassName
 {
   color: #1494AD;
 }
 .AnyTagClassName
 {
   color: #1494AD;
 }
</style>

background-color css

<style>
 a { background-color: #1494AD; }

 a { background-color: rgb(20,148,173); }

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

border-color css

<style>
 span { border-color: #1494AD; }

 span { border-color: rgb(20,148,173); }

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