Html Css Color HEX #148FCB Pacific Blue

📋 copy color: '#148FCB'

red 20 ◦ green 143 ◦ blue 203

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

Shades of Pacific Blue #148FCB

Tints of Pacific Blue #148FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.07%

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

R = 5.46%
G = 39.07%
B = 55.46%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#148FCB (or 0x148FCB) is known color: Pacific Blue. HEX triplet: 14, 8F and CB. RGB value is (20,143,203). Sum of RGB (Red+Green+Blue) = 20+143+203=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #148FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FCB is #EB7034. Grayscale: #707070. Windows color (decimal): -15429685 or 13340436. OLE color: 13340436.

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

Color convert

RGB 20 143 203 -
CMYK 0.90 0.30 0 0.20
HSL 199.67º 0.82% 0.44% -
HSV(B) 199.67º 0.9% 0.8% -
XYZ 20.89 24.11 60.05 -
YUV 113.06 178.75 61.62 -
System Red Green Blue C M Y K H S L
Decimal 20 143 203 0.90 0.30 0 0.20 199.67 0.82 0.44
Hex 14 8F CB 5A 1E 0 14 C8 52 2C
Octal 24 217 313 132 36 0 24 310 122 54
Binary 10100 10001111 11001011 1011010 11110 0 10100 11001000 1010010 101100

Color Harmonies of #148FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FCB

Black with #148FCB

Text Example


Text Example

White with #148FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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