Html Css Color HEX #149BCA Pacific Blue

📋 copy color: '#149BCA'

red 20 ◦ green 155 ◦ blue 202

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

Shades of Pacific Blue #149BCA

Tints of Pacific Blue #149BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 5.31%
G = 41.11%
B = 53.58%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#149BCA (or 0x149BCA) is known color: Pacific Blue. HEX triplet: 14, 9B and CA. RGB value is (20,155,202). Sum of RGB (Red+Green+Blue) = 20+155+202=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #149BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BCA is #EB6435. Grayscale: #777777. Windows color (decimal): -15426614 or 13277972. OLE color: 13277972.

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

Color convert

RGB 20 155 202 -
CMYK 0.90 0.23 0 0.21
HSL 195.49º 0.82% 0.44% -
HSV(B) 195.49º 0.9% 0.79% -
XYZ 22.67 27.86 60.06 -
YUV 119.99 174.27 56.68 -
System Red Green Blue C M Y K H S L
Decimal 20 155 202 0.90 0.23 0 0.21 195.49 0.82 0.44
Hex 14 9B CA 5A 17 0 15 C3 52 2C
Octal 24 233 312 132 27 0 25 303 122 54
Binary 10100 10011011 11001010 1011010 10111 0 10101 11000011 1010010 101100

Color Harmonies of #149BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BCA

Black with #149BCA

Text Example


Text Example

White with #149BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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