Html Css Color HEX #1493CE Pacific Blue

📋 copy color: '#1493CE'

red 20 ◦ green 147 ◦ blue 206

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

Shades of Pacific Blue #1493CE

Tints of Pacific Blue #1493CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 5.36%
G = 39.41%
B = 55.23%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1493CE (or 0x1493CE) is known color: Pacific Blue. HEX triplet: 14, 93 and CE. RGB value is (20,147,206). Sum of RGB (Red+Green+Blue) = 20+147+206=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #1493CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1493CE is #EB6C31. Grayscale: #737373. Windows color (decimal): -15428658 or 13538068. OLE color: 13538068.

HSL color Cylindrical-coordinate representation of color #1493CE: hue angle of 199.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1493CE is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 147 206 -
CMYK 0.90 0.29 0 0.19
HSL 199.03º 0.82% 0.44% -
HSV(B) 199.03º 0.9% 0.81% -
XYZ 21.86 25.47 62.16 -
YUV 115.75 178.92 59.7 -
System Red Green Blue C M Y K H S L
Decimal 20 147 206 0.90 0.29 0 0.19 199.03 0.82 0.44
Hex 14 93 CE 5A 1D 0 13 C7 52 2C
Octal 24 223 316 132 35 0 23 307 122 54
Binary 10100 10010011 11001110 1011010 11101 0 10011 11000111 1010010 101100

Color Harmonies of #1493CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1493CE

Black with #1493CE

Text Example


Text Example

White with #1493CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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