Html Css Color HEX #149ED6 Pacific Blue

📋 copy color: '#149ED6'

red 20 ◦ green 158 ◦ blue 214

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

Shades of Pacific Blue #149ED6

Tints of Pacific Blue #149ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.59%

R = 5.1%
G = 40.31%
B = 54.59%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#149ED6 (or 0x149ED6) is known color: Pacific Blue. HEX triplet: 14, 9E and D6. RGB value is (20,158,214). Sum of RGB (Red+Green+Blue) = 20+158+214=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 214 (83.98% from 255 or 54.59% from 392); Max value from RGB is 214 - color contains mainly: blue. Hex color #149ED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ED6 is #EB6129. Grayscale: #7A7A7A. Windows color (decimal): -15425834 or 14065172. OLE color: 14065172.

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

Color convert

RGB 20 158 214 -
CMYK 0.91 0.26 0 0.16
HSL 197.32º 0.83% 0.46% -
HSV(B) 197.32º 0.91% 0.84% -
XYZ 24.65 29.46 68 -
YUV 123.12 179.28 54.45 -
System Red Green Blue C M Y K H S L
Decimal 20 158 214 0.91 0.26 0 0.16 197.32 0.83 0.46
Hex 14 9E D6 5B 1A 0 10 C5 53 2E
Octal 24 236 326 133 32 0 20 305 123 56
Binary 10100 10011110 11010110 1011011 11010 0 10000 11000101 1010011 101110

Color Harmonies of #149ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ED6

Black with #149ED6

Text Example


Text Example

White with #149ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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