Html Css Color HEX #149CCC Pacific Blue

📋 copy color: '#149CCC'

red 20 ◦ green 156 ◦ blue 204

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

Shades of Pacific Blue #149CCC

Tints of Pacific Blue #149CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.05%

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

R = 5.26%
G = 41.05%
B = 53.68%

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

#149CCC (or 0x149CCC) is known color: Pacific Blue. HEX triplet: 14, 9C and CC. RGB value is (20,156,204). Sum of RGB (Red+Green+Blue) = 20+156+204=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #149CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CCC is #EB6333. Grayscale: #787878. Windows color (decimal): -15426356 or 13409300. OLE color: 13409300.

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

Color convert

RGB 20 156 204 -
CMYK 0.90 0.24 0 0.2
HSL 195.65º 0.82% 0.44% -
HSV(B) 195.65º 0.9% 0.8% -
XYZ 23.08 28.29 61.37 -
YUV 120.81 174.94 56.1 -
System Red Green Blue C M Y K H S L
Decimal 20 156 204 0.90 0.24 0 0.2 195.65 0.82 0.44
Hex 14 9C CC 5A 18 0 14 C4 52 2C
Octal 24 234 314 132 30 0 24 304 122 54
Binary 10100 10011100 11001100 1011010 11000 0 10100 11000100 1010010 101100

Color Harmonies of #149CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CCC

Black with #149CCC

Text Example


Text Example

White with #149CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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