Html Css Color HEX #148BC6 Pacific Blue

📋 copy color: '#148BC6'

red 20 ◦ green 139 ◦ blue 198

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

Shades of Pacific Blue #148BC6

Tints of Pacific Blue #148BC6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.94%

 BLUE value IS 198 (77.73% from 255) = 55.46%

R = 5.6%
G = 38.94%
B = 55.46%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#148BC6 (or 0x148BC6) is known color: Pacific Blue. HEX triplet: 14, 8B and C6. RGB value is (20,139,198). Sum of RGB (Red+Green+Blue) = 20+139+198=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #148BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BC6 is #EB7439. Grayscale: #6D6D6D. Windows color (decimal): -15430714 or 13011732. OLE color: 13011732.

HSL color Cylindrical-coordinate representation of color #148BC6: hue angle of 199.89º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148BC6 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 139 198 -
CMYK 0.90 0.30 0 0.22
HSL 199.89º 0.82% 0.43% -
HSV(B) 199.89º 0.9% 0.78% -
XYZ 19.71 22.69 56.77 -
YUV 110.15 177.58 63.7 -
System Red Green Blue C M Y K H S L
Decimal 20 139 198 0.90 0.30 0 0.22 199.89 0.82 0.43
Hex 14 8B C6 5A 1E 0 16 C8 52 2B
Octal 24 213 306 132 36 0 26 310 122 53
Binary 10100 10001011 11000110 1011010 11110 0 10110 11001000 1010010 101011

Color Harmonies of #148BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BC6

Black with #148BC6

Text Example


Text Example

White with #148BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148BC6; }

 p { color: rgb(20,139,198); }

 H1.HeaderClassName
 {
   color: #148BC6;
 }
 .AnyTagClassName
 {
   color: #148BC6;
 }
</style>

background-color css

<style>
 a { background-color: #148BC6; }

 a { background-color: rgb(20,139,198); }

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

border-color css

<style>
 span { border-color: #148BC6; }

 span { border-color: rgb(20,139,198); }

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