Html Css Color HEX #149AD3 Pacific Blue

📋 copy color: '#149AD3'

red 20 ◦ green 154 ◦ blue 211

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

Shades of Pacific Blue #149AD3

Tints of Pacific Blue #149AD3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

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

R = 5.19%
G = 40%
B = 54.81%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#149AD3 (or 0x149AD3) is known color: Pacific Blue. HEX triplet: 14, 9A and D3. RGB value is (20,154,211). Sum of RGB (Red+Green+Blue) = 20+154+211=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #149AD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149AD3 is #EB652C. Grayscale: #787878. Windows color (decimal): -15426861 or 13867540. OLE color: 13867540.

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

Color convert

RGB 20 154 211 -
CMYK 0.91 0.27 0 0.17
HSL 197.91º 0.83% 0.45% -
HSV(B) 197.91º 0.91% 0.83% -
XYZ 23.6 27.96 65.78 -
YUV 120.43 179.11 56.37 -
System Red Green Blue C M Y K H S L
Decimal 20 154 211 0.91 0.27 0 0.17 197.91 0.83 0.45
Hex 14 9A D3 5B 1B 0 11 C6 53 2D
Octal 24 232 323 133 33 0 21 306 123 55
Binary 10100 10011010 11010011 1011011 11011 0 10001 11000110 1010011 101101

Color Harmonies of #149AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149AD3

Black with #149AD3

Text Example


Text Example

White with #149AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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