Html Css Color HEX #149AD5 Pacific Blue

📋 copy color: '#149AD5'

red 20 ◦ green 154 ◦ blue 213

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

Shades of Pacific Blue #149AD5

Tints of Pacific Blue #149AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

 BLUE value IS 213 (83.59% from 255) = 55.04%

R = 5.17%
G = 39.79%
B = 55.04%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#149AD5 (or 0x149AD5) is known color: Pacific Blue. HEX triplet: 14, 9A and D5. RGB value is (20,154,213). Sum of RGB (Red+Green+Blue) = 20+154+213=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #149AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149AD5 is #EB652A. Grayscale: #787878. Windows color (decimal): -15426859 or 13998612. OLE color: 13998612.

HSL color Cylindrical-coordinate representation of color #149AD5: hue angle of 198.34º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149AD5 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 154 213 -
CMYK 0.91 0.28 0 0.16
HSL 198.34º 0.83% 0.46% -
HSV(B) 198.34º 0.91% 0.84% -
XYZ 23.85 28.06 67.11 -
YUV 120.66 180.11 56.2 -
System Red Green Blue C M Y K H S L
Decimal 20 154 213 0.91 0.28 0 0.16 198.34 0.83 0.46
Hex 14 9A D5 5B 1C 0 10 C6 53 2E
Octal 24 232 325 133 34 0 20 306 123 56
Binary 10100 10011010 11010101 1011011 11100 0 10000 11000110 1010011 101110

Color Harmonies of #149AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149AD5

Black with #149AD5

Text Example


Text Example

White with #149AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,154,213); }

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

background-color css

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

 a { background-color: rgb(20,154,213); }

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

border-color css

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

 span { border-color: rgb(20,154,213); }

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