Html Css Color HEX #148DCB Pacific Blue

📋 copy color: '#148DCB'

red 20 ◦ green 141 ◦ blue 203

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

Shades of Pacific Blue #148DCB

Tints of Pacific Blue #148DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

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

R = 5.49%
G = 38.74%
B = 55.77%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#148DCB (or 0x148DCB) is known color: Pacific Blue. HEX triplet: 14, 8D and CB. RGB value is (20,141,203). Sum of RGB (Red+Green+Blue) = 20+141+203=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #148DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DCB is #EB7234. Grayscale: #6F6F6F. Windows color (decimal): -15430197 or 13339924. OLE color: 13339924.

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

Color convert

RGB 20 141 203 -
CMYK 0.90 0.31 0 0.20
HSL 200.33º 0.82% 0.44% -
HSV(B) 200.33º 0.9% 0.8% -
XYZ 20.59 23.51 59.95 -
YUV 111.89 179.41 62.46 -
System Red Green Blue C M Y K H S L
Decimal 20 141 203 0.90 0.31 0 0.20 200.33 0.82 0.44
Hex 14 8D CB 5A 1F 0 14 C8 52 2C
Octal 24 215 313 132 37 0 24 310 122 54
Binary 10100 10001101 11001011 1011010 11111 0 10100 11001000 1010010 101100

Color Harmonies of #148DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DCB

Black with #148DCB

Text Example


Text Example

White with #148DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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