Html Css Color HEX #149ACC Pacific Blue

📋 copy color: '#149ACC'

red 20 ◦ green 154 ◦ blue 204

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

Shades of Pacific Blue #149ACC

Tints of Pacific Blue #149ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 5.29%
G = 40.74%
B = 53.97%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#149ACC (or 0x149ACC) is known color: Pacific Blue. HEX triplet: 14, 9A and CC. RGB value is (20,154,204). Sum of RGB (Red+Green+Blue) = 20+154+204=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #149ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ACC is #EB6533. Grayscale: #777777. Windows color (decimal): -15426868 or 13408788. OLE color: 13408788.

HSL color Cylindrical-coordinate representation of color #149ACC: hue angle of 196.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149ACC is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 154 204 -
CMYK 0.90 0.25 0 0.2
HSL 196.3º 0.82% 0.44% -
HSV(B) 196.3º 0.9% 0.8% -
XYZ 22.74 27.62 61.26 -
YUV 119.63 175.61 56.93 -
System Red Green Blue C M Y K H S L
Decimal 20 154 204 0.90 0.25 0 0.2 196.3 0.82 0.44
Hex 14 9A CC 5A 19 0 14 C4 52 2C
Octal 24 232 314 132 31 0 24 304 122 54
Binary 10100 10011010 11001100 1011010 11001 0 10100 11000100 1010010 101100

Color Harmonies of #149ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ACC

Black with #149ACC

Text Example


Text Example

White with #149ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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