Html Css Color HEX #149ED3 Pacific Blue

📋 copy color: '#149ED3'

red 20 ◦ green 158 ◦ blue 211

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

Shades of Pacific Blue #149ED3

Tints of Pacific Blue #149ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.24%

R = 5.14%
G = 40.62%
B = 54.24%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#149ED3 (or 0x149ED3) is known color: Pacific Blue. HEX triplet: 14, 9E and D3. RGB value is (20,158,211). Sum of RGB (Red+Green+Blue) = 20+158+211=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #149ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ED3 is #EB612C. Grayscale: #7A7A7A. Windows color (decimal): -15425837 or 13868564. OLE color: 13868564.

HSL color Cylindrical-coordinate representation of color #149ED3: hue angle of 196.65º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149ED3 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 158 211 -
CMYK 0.91 0.25 0 0.17
HSL 196.65º 0.83% 0.45% -
HSV(B) 196.65º 0.91% 0.83% -
XYZ 24.27 29.31 66.01 -
YUV 122.78 177.78 54.69 -
System Red Green Blue C M Y K H S L
Decimal 20 158 211 0.91 0.25 0 0.17 196.65 0.83 0.45
Hex 14 9E D3 5B 19 0 11 C5 53 2D
Octal 24 236 323 133 31 0 21 305 123 55
Binary 10100 10011110 11010011 1011011 11001 0 10001 11000101 1010011 101101

Color Harmonies of #149ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ED3

Black with #149ED3

Text Example


Text Example

White with #149ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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