Html Css Color HEX #149ECF Pacific Blue

📋 copy color: '#149ECF'

red 20 ◦ green 158 ◦ blue 207

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

Shades of Pacific Blue #149ECF

Tints of Pacific Blue #149ECF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.04%

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 5.19%
G = 41.04%
B = 53.77%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#149ECF (or 0x149ECF) is known color: Pacific Blue. HEX triplet: 14, 9E and CF. RGB value is (20,158,207). Sum of RGB (Red+Green+Blue) = 20+158+207=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #149ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ECF is #EB6130. Grayscale: #797979. Windows color (decimal): -15425841 or 13606420. OLE color: 13606420.

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

Color convert

RGB 20 158 207 -
CMYK 0.90 0.24 0 0.19
HSL 195.72º 0.82% 0.45% -
HSV(B) 195.72º 0.9% 0.81% -
XYZ 23.78 29.11 63.4 -
YUV 122.32 175.78 55.02 -
System Red Green Blue C M Y K H S L
Decimal 20 158 207 0.90 0.24 0 0.19 195.72 0.82 0.45
Hex 14 9E CF 5A 18 0 13 C4 52 2D
Octal 24 236 317 132 30 0 23 304 122 55
Binary 10100 10011110 11001111 1011010 11000 0 10011 11000100 1010010 101101

Color Harmonies of #149ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ECF

Black with #149ECF

Text Example


Text Example

White with #149ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,158,207); }

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

background-color css

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

 a { background-color: rgb(20,158,207); }

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

border-color css

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

 span { border-color: rgb(20,158,207); }

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