Html Css Color HEX #149DDC Pacific Blue

📋 copy color: '#149DDC'

red 20 ◦ green 157 ◦ blue 220

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

Shades of Pacific Blue #149DDC

Tints of Pacific Blue #149DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.55%

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 5.04%
G = 39.55%
B = 55.42%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#149DDC (or 0x149DDC) is known color: Pacific Blue. HEX triplet: 14, 9D and DC. RGB value is (20,157,220). Sum of RGB (Red+Green+Blue) = 20+157+220=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #149DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DDC is #EB6223. Grayscale: #7A7A7A. Windows color (decimal): -15426084 or 14458132. OLE color: 14458132.

HSL color Cylindrical-coordinate representation of color #149DDC: hue angle of 198.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149DDC is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 157 220 -
CMYK 0.91 0.29 0 0.14
HSL 198.9º 0.83% 0.47% -
HSV(B) 198.9º 0.91% 0.86% -
XYZ 25.26 29.43 72.06 -
YUV 123.22 182.61 54.38 -
System Red Green Blue C M Y K H S L
Decimal 20 157 220 0.91 0.29 0 0.14 198.9 0.83 0.47
Hex 14 9D DC 5B 1D 0 E C7 53 2F
Octal 24 235 334 133 35 0 16 307 123 57
Binary 10100 10011101 11011100 1011011 11101 0 1110 11000111 1010011 101111

Color Harmonies of #149DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149DDC

Black with #149DDC

Text Example


Text Example

White with #149DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149DDC; }

 p { color: rgb(20,157,220); }

 H1.HeaderClassName
 {
   color: #149DDC;
 }
 .AnyTagClassName
 {
   color: #149DDC;
 }
</style>

background-color css

<style>
 a { background-color: #149DDC; }

 a { background-color: rgb(20,157,220); }

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

border-color css

<style>
 span { border-color: #149DDC; }

 span { border-color: rgb(20,157,220); }

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