Html Css Color HEX #1499C1 Pacific Blue

📋 copy color: '#1499C1'

red 20 ◦ green 153 ◦ blue 193

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

Shades of Pacific Blue #1499C1

Tints of Pacific Blue #1499C1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

 BLUE value IS 193 (75.78% from 255) = 52.73%

R = 5.46%
G = 41.8%
B = 52.73%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1499C1 (or 0x1499C1) is known color: Pacific Blue. HEX triplet: 14, 99 and C1. RGB value is (20,153,193). Sum of RGB (Red+Green+Blue) = 20+153+193=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #1499C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1499C1 is #EB663E. Grayscale: #757575. Windows color (decimal): -15427135 or 12687636. OLE color: 12687636.

HSL color Cylindrical-coordinate representation of color #1499C1: hue angle of 193.87º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1499C1 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 153 193 -
CMYK 0.90 0.21 0 0.24
HSL 193.87º 0.81% 0.42% -
HSV(B) 193.87º 0.9% 0.76% -
XYZ 21.31 26.78 54.5 -
YUV 117.79 170.44 58.25 -
System Red Green Blue C M Y K H S L
Decimal 20 153 193 0.90 0.21 0 0.24 193.87 0.81 0.42
Hex 14 99 C1 5A 15 0 18 C2 51 2A
Octal 24 231 301 132 25 0 30 302 121 52
Binary 10100 10011001 11000001 1011010 10101 0 11000 11000010 1010001 101010

Color Harmonies of #1499C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1499C1

Black with #1499C1

Text Example


Text Example

White with #1499C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1499C1; }

 p { color: rgb(20,153,193); }

 H1.HeaderClassName
 {
   color: #1499C1;
 }
 .AnyTagClassName
 {
   color: #1499C1;
 }
</style>

background-color css

<style>
 a { background-color: #1499C1; }

 a { background-color: rgb(20,153,193); }

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

border-color css

<style>
 span { border-color: #1499C1; }

 span { border-color: rgb(20,153,193); }

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