Html Css Color HEX #148ACB Pacific Blue

📋 copy color: '#148ACB'

red 20 ◦ green 138 ◦ blue 203

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

Shades of Pacific Blue #148ACB

Tints of Pacific Blue #148ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 5.54%
G = 38.23%
B = 56.23%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#148ACB (or 0x148ACB) is known color: Pacific Blue. HEX triplet: 14, 8A and CB. RGB value is (20,138,203). Sum of RGB (Red+Green+Blue) = 20+138+203=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #148ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ACB is #EB7534. Grayscale: #6D6D6D. Windows color (decimal): -15430965 or 13339156. OLE color: 13339156.

HSL color Cylindrical-coordinate representation of color #148ACB: hue angle of 201.31º 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 #148ACB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 138 203 -
CMYK 0.90 0.32 0 0.20
HSL 201.31º 0.82% 0.44% -
HSV(B) 201.31º 0.9% 0.8% -
XYZ 20.16 22.64 59.81 -
YUV 110.13 180.41 63.71 -
System Red Green Blue C M Y K H S L
Decimal 20 138 203 0.90 0.32 0 0.20 201.31 0.82 0.44
Hex 14 8A CB 5A 20 0 14 C9 52 2C
Octal 24 212 313 132 40 0 24 311 122 54
Binary 10100 10001010 11001011 1011010 100000 0 10100 11001001 1010010 101100

Color Harmonies of #148ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148ACB

Black with #148ACB

Text Example


Text Example

White with #148ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,138,203); }

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

background-color css

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

 a { background-color: rgb(20,138,203); }

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

border-color css

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

 span { border-color: rgb(20,138,203); }

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