Html Css Color HEX #148FD3 Pacific Blue

📋 copy color: '#148FD3'

red 20 ◦ green 143 ◦ blue 211

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

Shades of Pacific Blue #148FD3

Tints of Pacific Blue #148FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 56.42%

R = 5.35%
G = 38.24%
B = 56.42%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#148FD3 (or 0x148FD3) is known color: Pacific Blue. HEX triplet: 14, 8F and D3. RGB value is (20,143,211). Sum of RGB (Red+Green+Blue) = 20+143+211=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 211 (82.81% from 255 or 56.42% from 374); Max value from RGB is 211 - color contains mainly: blue. Hex color #148FD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FD3 is #EB702C. Grayscale: #717171. Windows color (decimal): -15429677 or 13864724. OLE color: 13864724.

HSL color Cylindrical-coordinate representation of color #148FD3: hue angle of 201.36º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148FD3 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 143 211 -
CMYK 0.91 0.32 0 0.17
HSL 201.36º 0.83% 0.45% -
HSV(B) 201.36º 0.91% 0.83% -
XYZ 21.87 24.5 65.2 -
YUV 113.98 182.75 60.97 -
System Red Green Blue C M Y K H S L
Decimal 20 143 211 0.91 0.32 0 0.17 201.36 0.83 0.45
Hex 14 8F D3 5B 20 0 11 C9 53 2D
Octal 24 217 323 133 40 0 21 311 123 55
Binary 10100 10001111 11010011 1011011 100000 0 10001 11001001 1010011 101101

Color Harmonies of #148FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FD3

Black with #148FD3

Text Example


Text Example

White with #148FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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