Html Css Color HEX #1493BA Pelorous

📋 copy color: '#1493BA'

red 20 ◦ green 147 ◦ blue 186

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

Shades of Pelorous #1493BA

Tints of Pelorous #1493BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 5.67%
G = 41.64%
B = 52.69%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1493BA (or 0x1493BA) is known color: Pelorous. HEX triplet: 14, 93 and BA. RGB value is (20,147,186). Sum of RGB (Red+Green+Blue) = 20+147+186=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #1493BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1493BA is #EB6C45. Grayscale: #717171. Windows color (decimal): -15428678 or 12227348. OLE color: 12227348.

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

Color convert

RGB 20 147 186 -
CMYK 0.89 0.21 0 0.27
HSL 194.1º 0.81% 0.4% -
HSV(B) 194.1º 0.89% 0.73% -
XYZ 19.59 24.56 50.16 -
YUV 113.47 168.92 61.33 -
System Red Green Blue C M Y K H S L
Decimal 20 147 186 0.89 0.21 0 0.27 194.1 0.81 0.4
Hex 14 93 BA 59 15 0 1B C2 51 28
Octal 24 223 272 131 25 0 33 302 121 50
Binary 10100 10010011 10111010 1011001 10101 0 11011 11000010 1010001 101000

Color Harmonies of #1493BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1493BA

Black with #1493BA

Text Example


Text Example

White with #1493BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1493BA; }

 p { color: rgb(20,147,186); }

 H1.HeaderClassName
 {
   color: #1493BA;
 }
 .AnyTagClassName
 {
   color: #1493BA;
 }
</style>

background-color css

<style>
 a { background-color: #1493BA; }

 a { background-color: rgb(20,147,186); }

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

border-color css

<style>
 span { border-color: #1493BA; }

 span { border-color: rgb(20,147,186); }

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