Html Css Color HEX #1494A8 Pelorous

📋 copy color: '#1494A8'

red 20 ◦ green 148 ◦ blue 168

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

Shades of Pelorous #1494A8

Tints of Pelorous #1494A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 50%

R = 5.95%
G = 44.05%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1494A8 (or 0x1494A8) is known color: Pelorous. HEX triplet: 14, 94 and A8. RGB value is (20,148,168). Sum of RGB (Red+Green+Blue) = 20+148+168=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 168 (66.02% from 255 or 50% from 336); Max value from RGB is 168 - color contains mainly: blue. Hex color #1494A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1494A8 is #EB6B57. Grayscale: #6F6F6F. Windows color (decimal): -15428440 or 11047956. OLE color: 11047956.

HSL color Cylindrical-coordinate representation of color #1494A8: hue angle of 188.11º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1494A8 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 148 168 -
CMYK 0.88 0.12 0 0.34
HSL 188.11º 0.79% 0.37% -
HSV(B) 188.11º 0.88% 0.66% -
XYZ 17.95 24.16 40.76 -
YUV 112.01 159.59 62.37 -
System Red Green Blue C M Y K H S L
Decimal 20 148 168 0.88 0.12 0 0.34 188.11 0.79 0.37
Hex 14 94 A8 58 C 0 22 BC 4F 25
Octal 24 224 250 130 14 0 42 274 117 45
Binary 10100 10010100 10101000 1011000 1100 0 100010 10111100 1001111 100101

Color Harmonies of #1494A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1494A8

Black with #1494A8

Text Example


Text Example

White with #1494A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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