Html Css Color HEX #148ACC Pacific Blue

📋 copy color: '#148ACC'

red 20 ◦ green 138 ◦ blue 204

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

Shades of Pacific Blue #148ACC

Tints of Pacific Blue #148ACC

RGB

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

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

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

R = 5.52%
G = 38.12%
B = 56.35%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#148ACC (or 0x148ACC) is known color: Pacific Blue. HEX triplet: 14, 8A and CC. RGB value is (20,138,204). Sum of RGB (Red+Green+Blue) = 20+138+204=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #148ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ACC is #EB7533. Grayscale: #6D6D6D. Windows color (decimal): -15430964 or 13404692. OLE color: 13404692.

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

Color convert

RGB 20 138 204 -
CMYK 0.90 0.32 0 0.2
HSL 201.52º 0.82% 0.44% -
HSV(B) 201.52º 0.9% 0.8% -
XYZ 20.28 22.69 60.44 -
YUV 110.24 180.91 63.63 -
System Red Green Blue C M Y K H S L
Decimal 20 138 204 0.90 0.32 0 0.2 201.52 0.82 0.44
Hex 14 8A CC 5A 20 0 14 CA 52 2C
Octal 24 212 314 132 40 0 24 312 122 54
Binary 10100 10001010 11001100 1011010 100000 0 10100 11001010 1010010 101100

Color Harmonies of #148ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148ACC

Black with #148ACC

Text Example


Text Example

White with #148ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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