Html Css Color HEX #149FD5 Pacific Blue

📋 copy color: '#149FD5'

red 20 ◦ green 159 ◦ blue 213

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

Shades of Pacific Blue #149FD5

Tints of Pacific Blue #149FD5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.56%

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

R = 5.1%
G = 40.56%
B = 54.34%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#149FD5 (or 0x149FD5) is known color: Pacific Blue. HEX triplet: 14, 9F and D5. RGB value is (20,159,213). Sum of RGB (Red+Green+Blue) = 20+159+213=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #149FD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FD5 is #EB602A. Grayscale: #7B7B7B. Windows color (decimal): -15425579 or 13999892. OLE color: 13999892.

HSL color Cylindrical-coordinate representation of color #149FD5: hue angle of 196.79º 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 #149FD5 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 159 213 -
CMYK 0.91 0.25 0 0.16
HSL 196.79º 0.83% 0.46% -
HSV(B) 196.79º 0.91% 0.84% -
XYZ 24.7 29.75 67.39 -
YUV 123.6 178.45 54.11 -
System Red Green Blue C M Y K H S L
Decimal 20 159 213 0.91 0.25 0 0.16 196.79 0.83 0.46
Hex 14 9F D5 5B 19 0 10 C5 53 2E
Octal 24 237 325 133 31 0 20 305 123 56
Binary 10100 10011111 11010101 1011011 11001 0 10000 11000101 1010011 101110

Color Harmonies of #149FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FD5

Black with #149FD5

Text Example


Text Example

White with #149FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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