Html Css Color HEX #149ED7 Pacific Blue

📋 copy color: '#149ED7'

red 20 ◦ green 158 ◦ blue 215

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

Shades of Pacific Blue #149ED7

Tints of Pacific Blue #149ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.71%

R = 5.09%
G = 40.2%
B = 54.71%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#149ED7 (or 0x149ED7) is known color: Pacific Blue. HEX triplet: 14, 9E and D7. RGB value is (20,158,215). Sum of RGB (Red+Green+Blue) = 20+158+215=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #149ED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ED7 is #EB6128. Grayscale: #7A7A7A. Windows color (decimal): -15425833 or 14130708. OLE color: 14130708.

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

Color convert

RGB 20 158 215 -
CMYK 0.91 0.27 0 0.16
HSL 197.54º 0.83% 0.46% -
HSV(B) 197.54º 0.91% 0.84% -
XYZ 24.78 29.51 68.68 -
YUV 123.24 179.78 54.37 -
System Red Green Blue C M Y K H S L
Decimal 20 158 215 0.91 0.27 0 0.16 197.54 0.83 0.46
Hex 14 9E D7 5B 1B 0 10 C6 53 2E
Octal 24 236 327 133 33 0 20 306 123 56
Binary 10100 10011110 11010111 1011011 11011 0 10000 11000110 1010011 101110

Color Harmonies of #149ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ED7

Black with #149ED7

Text Example


Text Example

White with #149ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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