Html Css Color HEX #149ED9 Pacific Blue

📋 copy color: '#149ED9'

red 20 ◦ green 158 ◦ blue 217

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

Shades of Pacific Blue #149ED9

Tints of Pacific Blue #149ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.94%

R = 5.06%
G = 40%
B = 54.94%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#149ED9 (or 0x149ED9) is known color: Pacific Blue. HEX triplet: 14, 9E and D9. RGB value is (20,158,217). Sum of RGB (Red+Green+Blue) = 20+158+217=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #149ED9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ED9 is #EB6126. Grayscale: #7B7B7B. Windows color (decimal): -15425831 or 14261780. OLE color: 14261780.

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

Color convert

RGB 20 158 217 -
CMYK 0.91 0.27 0 0.15
HSL 197.97º 0.83% 0.46% -
HSV(B) 197.97º 0.91% 0.85% -
XYZ 25.04 29.61 70.04 -
YUV 123.46 180.78 54.2 -
System Red Green Blue C M Y K H S L
Decimal 20 158 217 0.91 0.27 0 0.15 197.97 0.83 0.46
Hex 14 9E D9 5B 1B 0 F C6 53 2E
Octal 24 236 331 133 33 0 17 306 123 56
Binary 10100 10011110 11011001 1011011 11011 0 1111 11000110 1010011 101110

Color Harmonies of #149ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ED9

Black with #149ED9

Text Example


Text Example

White with #149ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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