Html Css Color HEX #149BCC Pacific Blue

📋 copy color: '#149BCC'

red 20 ◦ green 155 ◦ blue 204

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

Shades of Pacific Blue #149BCC

Tints of Pacific Blue #149BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

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

R = 5.28%
G = 40.9%
B = 53.83%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#149BCC (or 0x149BCC) is known color: Pacific Blue. HEX triplet: 14, 9B and CC. RGB value is (20,155,204). Sum of RGB (Red+Green+Blue) = 20+155+204=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #149BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BCC is #EB6433. Grayscale: #777777. Windows color (decimal): -15426612 or 13409044. OLE color: 13409044.

HSL color Cylindrical-coordinate representation of color #149BCC: hue angle of 195.98º 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 #149BCC is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 155 204 -
CMYK 0.90 0.24 0 0.2
HSL 195.98º 0.82% 0.44% -
HSV(B) 195.98º 0.9% 0.8% -
XYZ 22.91 27.95 61.31 -
YUV 120.22 175.27 56.52 -
System Red Green Blue C M Y K H S L
Decimal 20 155 204 0.90 0.24 0 0.2 195.98 0.82 0.44
Hex 14 9B CC 5A 18 0 14 C4 52 2C
Octal 24 233 314 132 30 0 24 304 122 54
Binary 10100 10011011 11001100 1011010 11000 0 10100 11000100 1010010 101100

Color Harmonies of #149BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BCC

Black with #149BCC

Text Example


Text Example

White with #149BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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